Show a series.

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

{
    "id": 755,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/755/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openbsc/list/?series=755",
    "project": {
        "id": 39,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/39/?format=api",
        "name": "OpenBSC development",
        "link_name": "openbsc",
        "list_id": "openbsc.lists.osmocom.org",
        "list_email": "openbsc@lists.osmocom.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "test/common.sh: fix typo in gapk binary location",
    "date": "2017-08-30T08:50:34",
    "submitter": {
        "id": 67986,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/67986/?format=api",
        "name": "Vadim Yanitskiy",
        "email": "axilirator@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/755/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808066,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/808066/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openbsc/patch/20170830085034.482-1-axilirator@gmail.com/",
            "msgid": "<20170830085034.482-1-axilirator@gmail.com>",
            "list_archive_url": null,
            "date": "2017-08-30T08:50:34",
            "name": "test/common.sh: fix typo in gapk binary location",
            "mbox": "http://patchwork.ozlabs.org/project/openbsc/patch/20170830085034.482-1-axilirator@gmail.com/mbox/"
        }
    ]
}