Show a series.

GET /api/series/11176/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 11176,
    "url": "https://patches.dpdk.org/api/series/11176/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/list/?series=11176",
    "project": {
        "id": 3,
        "url": "https://patches.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "name": "mac_filter: Add multicast filtering test case",
    "date": "2020-07-20T14:38:03",
    "submitter": {
        "id": 1829,
        "url": "https://patches.dpdk.org/api/people/1829/?format=api",
        "name": "Owen Hilyard",
        "email": "ohilyard@iol.unh.edu"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/11176/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 74505,
            "url": "https://patches.dpdk.org/api/patches/74505/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/patch/20200720143803.212272-1-ohilyard@iol.unh.edu/",
            "msgid": "<20200720143803.212272-1-ohilyard@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dts/20200720143803.212272-1-ohilyard@iol.unh.edu",
            "date": "2020-07-20T14:38:03",
            "name": "mac_filter: Add multicast filtering test case",
            "mbox": "https://patches.dpdk.org/project/dts/patch/20200720143803.212272-1-ohilyard@iol.unh.edu/mbox/"
        }
    ]
}