Show a series.

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

{
    "id": 2726,
    "url": "http://patchwork.ozlabs.org/api/series/2726/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=2726",
    "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": "[C] field_decl_cmp",
    "date": "2017-09-12T15:25:18",
    "submitter": {
        "id": 9970,
        "url": "http://patchwork.ozlabs.org/api/people/9970/?format=api",
        "name": "Nathan Sidwell",
        "email": "nathan@acm.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/2726/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 812907,
            "url": "http://patchwork.ozlabs.org/api/patches/812907/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/68b46c41-a333-7273-fe12-ae395d642ccb@acm.org/",
            "msgid": "<68b46c41-a333-7273-fe12-ae395d642ccb@acm.org>",
            "list_archive_url": null,
            "date": "2017-09-12T15:25:18",
            "name": "[C] field_decl_cmp",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/68b46c41-a333-7273-fe12-ae395d642ccb@acm.org/mbox/"
        }
    ]
}