Show a series.

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

{
    "id": 3459,
    "url": "http://patches.dpdk.org/api/series/3459/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=3459",
    "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": "net/bonding: fix invalid link status",
    "date": "2019-02-14T19:11:12",
    "submitter": {
        "id": 341,
        "url": "http://patches.dpdk.org/api/people/341/?format=api",
        "name": "Chas Williams",
        "email": "3chas3@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/3459/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 50329,
            "url": "http://patches.dpdk.org/api/patches/50329/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190214191112.31018-1-3chas3@gmail.com/",
            "msgid": "<20190214191112.31018-1-3chas3@gmail.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190214191112.31018-1-3chas3@gmail.com",
            "date": "2019-02-14T19:11:12",
            "name": "net/bonding: fix invalid link status",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190214191112.31018-1-3chas3@gmail.com/mbox/"
        }
    ]
}