Show a series.

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

{
    "id": 143,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/143/?format=api",
    "project": {
        "id": 14,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/14/?format=api",
        "name": "QEMU Development",
        "link_name": "qemu-devel",
        "list_id": "qemu-devel.nongnu.org",
        "list_email": "qemu-devel@nongnu.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "tests: fix incorrect size_t format in benchmark-crypto",
    "date": "2017-08-28T11:37:37",
    "submitter": {
        "id": 70924,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/70924/?format=api",
        "name": "Philippe Mathieu-Daudé",
        "email": "f4bug@amsat.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/143/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806539,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/806539/?format=api",
            "msgid": "<20170828113737.12199-1-f4bug@amsat.org>",
            "date": "2017-08-28T11:37:37",
            "name": "tests: fix incorrect size_t format in benchmark-crypto",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170828113737.12199-1-f4bug@amsat.org/mbox/"
        }
    ]
}