Show a series.

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

{
    "id": 82,
    "url": "http://patches.dpdk.org/api/series/82/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=82",
    "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": "[v1] net/tap: explain how to compile eBPF C file",
    "date": "2018-06-11T16:06:12",
    "submitter": {
        "id": 793,
        "url": "http://patches.dpdk.org/api/people/793/?format=api",
        "name": "Ophir Munk",
        "email": "ophirmu@mellanox.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/82/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 40979,
            "url": "http://patches.dpdk.org/api/patches/40979/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1528733172-24747-1-git-send-email-ophirmu@mellanox.com/",
            "msgid": "<1528733172-24747-1-git-send-email-ophirmu@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1528733172-24747-1-git-send-email-ophirmu@mellanox.com",
            "date": "2018-06-11T16:06:12",
            "name": "[v1] net/tap: explain how to compile eBPF C file",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1528733172-24747-1-git-send-email-ophirmu@mellanox.com/mbox/"
        }
    ]
}