Show a series.

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

{
    "id": 11457,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/11457/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=11457",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/17/?format=api",
        "name": "GNU Compiler Collection",
        "link_name": "gcc",
        "list_id": "gcc-patches.gcc.gnu.org",
        "list_email": "gcc-patches@gcc.gnu.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[testsuite,committed] Fix scan-assembler patterns in i386/naked-{1,2}.c",
    "date": "2017-11-02T09:17:45",
    "submitter": {
        "id": 9225,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/9225/?format=api",
        "name": "Tom de Vries",
        "email": "Tom_deVries@mentor.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/11457/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 833261,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/833261/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/3cf07f91-3617-cad6-82c1-a4a380d7ebf7@mentor.com/",
            "msgid": "<3cf07f91-3617-cad6-82c1-a4a380d7ebf7@mentor.com>",
            "list_archive_url": null,
            "date": "2017-11-02T09:17:45",
            "name": "[testsuite,committed] Fix scan-assembler patterns in i386/naked-{1,2}.c",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/3cf07f91-3617-cad6-82c1-a4a380d7ebf7@mentor.com/mbox/"
        }
    ]
}