Show a series.

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

{
    "id": 1919,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1919/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=1919",
    "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": "[5] fix asan build failure with glibc-2.26",
    "date": "2017-09-07T07:05:21",
    "submitter": {
        "id": 4404,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/4404/?format=api",
        "name": "Matthias Klose",
        "email": "doko@ubuntu.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1919/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810867,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/810867/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/75f3524a-0cbd-abaa-f01d-033afbc85c6e@ubuntu.com/",
            "msgid": "<75f3524a-0cbd-abaa-f01d-033afbc85c6e@ubuntu.com>",
            "list_archive_url": null,
            "date": "2017-09-07T07:05:21",
            "name": "[5] fix asan build failure with glibc-2.26",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/75f3524a-0cbd-abaa-f01d-033afbc85c6e@ubuntu.com/mbox/"
        }
    ]
}