Show a series.

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

{
    "id": 186,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/186/?format=api",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/1.0/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
    },
    "name": "[C++] Move field_vec creation",
    "date": "2017-08-28T14:54:16",
    "submitter": {
        "id": 9970,
        "url": "http://patchwork.ozlabs.org/api/1.0/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/186/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806610,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/806610/?format=api",
            "msgid": "<dde1aa25-42bc-2884-d497-fa87163ce2e1@acm.org>",
            "date": "2017-08-28T14:54:16",
            "name": "[C++] Move field_vec creation",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/dde1aa25-42bc-2884-d497-fa87163ce2e1@acm.org/mbox/"
        }
    ]
}