Show a series.

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

{
    "id": 937,
    "url": "http://patchwork.ozlabs.org/api/series/937/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=937",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/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": "combine: Fix for PR82024",
    "date": "2017-09-01T01:32:25",
    "submitter": {
        "id": 134,
        "url": "http://patchwork.ozlabs.org/api/people/134/?format=api",
        "name": "Segher Boessenkool",
        "email": "segher@kernel.crashing.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/937/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808512,
            "url": "http://patchwork.ozlabs.org/api/patches/808512/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/3a127cd6a785b1e067bf8458e8010ee01980c228.1504185832.git.segher@kernel.crashing.org/",
            "msgid": "<3a127cd6a785b1e067bf8458e8010ee01980c228.1504185832.git.segher@kernel.crashing.org>",
            "list_archive_url": null,
            "date": "2017-09-01T01:32:25",
            "name": "combine: Fix for PR82024",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/3a127cd6a785b1e067bf8458e8010ee01980c228.1504185832.git.segher@kernel.crashing.org/mbox/"
        }
    ]
}