Show a series.

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

{
    "id": 11172,
    "url": "https://patches.dpdk.org/api/series/11172/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/list/?series=11172",
    "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": "checksum checks: Add hardware offload l3 and l4 cases",
    "date": "2020-07-20T14:07:44",
    "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/11172/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 74497,
            "url": "https://patches.dpdk.org/api/patches/74497/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/patch/20200720140744.210132-1-ohilyard@iol.unh.edu/",
            "msgid": "<20200720140744.210132-1-ohilyard@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dts/20200720140744.210132-1-ohilyard@iol.unh.edu",
            "date": "2020-07-20T14:07:44",
            "name": "checksum checks: Add hardware offload l3 and l4 cases",
            "mbox": "https://patches.dpdk.org/project/dts/patch/20200720140744.210132-1-ohilyard@iol.unh.edu/mbox/"
        }
    ]
}