Show a series.

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

{
    "id": 11453,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/11453/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=11453",
    "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 pattern in gfortran.dg/implied_do_io_1.f90",
    "date": "2017-11-02T08:25:40",
    "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/11453/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 833249,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/833249/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/8671c861-6eee-97a4-a8f6-2f6f20a7c5ce@mentor.com/",
            "msgid": "<8671c861-6eee-97a4-a8f6-2f6f20a7c5ce@mentor.com>",
            "list_archive_url": null,
            "date": "2017-11-02T08:25:40",
            "name": "[testsuite,committed] Fix scan pattern in gfortran.dg/implied_do_io_1.f90",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/8671c861-6eee-97a4-a8f6-2f6f20a7c5ce@mentor.com/mbox/"
        }
    ]
}