Show a series.

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

{
    "id": 74,
    "url": "http://patches.dpdk.org/api/1.0/series/74/?format=api",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/1.0/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"
    },
    "name": "net/ena: new features and fixes",
    "date": "2018-06-11T09:53:36",
    "submitter": {
        "id": 786,
        "url": "http://patches.dpdk.org/api/1.0/people/786/?format=api",
        "name": "Michal Krawczyk",
        "email": "mk@semihalf.com"
    },
    "version": 4,
    "total": 27,
    "received_total": 0,
    "received_all": false,
    "mbox": "http://patches.dpdk.org/series/74/mbox/",
    "cover_letter": {
        "id": 40968,
        "url": "http://patches.dpdk.org/api/1.0/covers/40968/?format=api",
        "msgid": "<20180611095336.12093-1-mk@semihalf.com>",
        "date": "2018-06-11T09:53:36",
        "name": "[v4,0/27] net/ena: new features and fixes"
    },
    "patches": []
}