Show a series.

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

{
    "id": 13789,
    "url": "http://patches.dpdk.org/api/series/13789/?format=api",
    "web_url": "http://patches.dpdk.org/project/web/list/?series=13789",
    "project": {
        "id": 4,
        "url": "http://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": "[v1] update supported baseband devices",
    "date": "2020-11-11T01:52:06",
    "submitter": {
        "id": 1314,
        "url": "http://patches.dpdk.org/api/people/1314/?format=api",
        "name": "Chautru, Nicolas",
        "email": "nicolas.chautru@intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/13789/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 83930,
            "url": "http://patches.dpdk.org/api/patches/83930/?format=api",
            "web_url": "http://patches.dpdk.org/project/web/patch/1605059526-61493-2-git-send-email-nicolas.chautru@intel.com/",
            "msgid": "<1605059526-61493-2-git-send-email-nicolas.chautru@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/web/1605059526-61493-2-git-send-email-nicolas.chautru@intel.com",
            "date": "2020-11-11T01:52:06",
            "name": "[v1] update supported baseband devices",
            "mbox": "http://patches.dpdk.org/project/web/patch/1605059526-61493-2-git-send-email-nicolas.chautru@intel.com/mbox/"
        }
    ]
}