Show a series.

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

{
    "id": 1109,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1109/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netfilter-devel/list/?series=1109",
    "project": {
        "id": 26,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/26/?format=api",
        "name": "Netfilter Development",
        "link_name": "netfilter-devel",
        "list_id": "netfilter-devel.vger.kernel.org",
        "list_email": "netfilter-devel@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[nf] netfilter: xtables: add scheduling opportunity in get_counters",
    "date": "2017-09-01T20:41:03",
    "submitter": {
        "id": 1025,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/1025/?format=api",
        "name": "Florian Westphal",
        "email": "fw@strlen.de"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1109/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808988,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/808988/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/20170901204103.16129-1-fw@strlen.de/",
            "msgid": "<20170901204103.16129-1-fw@strlen.de>",
            "list_archive_url": null,
            "date": "2017-09-01T20:41:03",
            "name": "[nf] netfilter: xtables: add scheduling opportunity in get_counters",
            "mbox": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/20170901204103.16129-1-fw@strlen.de/mbox/"
        }
    ]
}