Show a series.

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

{
    "id": 100,
    "url": "http://patches.dpdk.org/api/series/100/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=100",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "name": "[v3] net/i40e: workaround for Fortville performance",
    "date": "2018-06-13T05:52:41",
    "submitter": {
        "id": 1044,
        "url": "http://patches.dpdk.org/api/people/1044/?format=api",
        "name": "Wang, Haiyue",
        "email": "haiyue.wang@intel.com"
    },
    "version": 3,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/100/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 41020,
            "url": "http://patches.dpdk.org/api/patches/41020/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1528869161-94542-1-git-send-email-haiyue.wang@intel.com/",
            "msgid": "<1528869161-94542-1-git-send-email-haiyue.wang@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1528869161-94542-1-git-send-email-haiyue.wang@intel.com",
            "date": "2018-06-13T05:52:41",
            "name": "[v3] net/i40e: workaround for Fortville performance",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1528869161-94542-1-git-send-email-haiyue.wang@intel.com/mbox/"
        }
    ]
}