Show a series.

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

{
    "id": 13002,
    "url": "https://patches.dpdk.org/api/series/13002/?format=api",
    "web_url": "https://patches.dpdk.org/project/web/list/?series=13002",
    "project": {
        "id": 4,
        "url": "https://patches.dpdk.org/api/projects/4/?format=api",
        "name": "WEB",
        "link_name": "web",
        "list_id": "web.dpdk.org",
        "list_email": "web@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dpdk-web",
        "webscm_url": "http://git.dpdk.org/tools/dpdk-web/",
        "list_archive_url": "https://inbox.dpdk.org/web",
        "list_archive_url_format": "https://inbox.dpdk.org/web/{}",
        "commit_url_format": ""
    },
    "name": "add supported NICs by hns3 PMD driver",
    "date": "2020-10-15T11:35:48",
    "submitter": {
        "id": 1537,
        "url": "https://patches.dpdk.org/api/people/1537/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "huwei013@chinasoftinc.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/13002/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 80884,
            "url": "https://patches.dpdk.org/api/patches/80884/?format=api",
            "web_url": "https://patches.dpdk.org/project/web/patch/20201015113548.29957-1-huwei013@chinasoftinc.com/",
            "msgid": "<20201015113548.29957-1-huwei013@chinasoftinc.com>",
            "list_archive_url": "https://inbox.dpdk.org/web/20201015113548.29957-1-huwei013@chinasoftinc.com",
            "date": "2020-10-15T11:35:48",
            "name": "add supported NICs by hns3 PMD driver",
            "mbox": "https://patches.dpdk.org/project/web/patch/20201015113548.29957-1-huwei013@chinasoftinc.com/mbox/"
        }
    ]
}