Show a series.

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

{
    "id": 8,
    "url": "http://patchwork.ozlabs.org/api/series/8/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=8",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[U-Boot] bch: don't use __BSD_VISIBLE to test for fls",
    "date": "2017-08-27T10:45:14",
    "submitter": {
        "id": 69816,
        "url": "http://patchwork.ozlabs.org/api/people/69816/?format=api",
        "name": "Jonathan Gray",
        "email": "jsg@jsg.id.au"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/8/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806208,
            "url": "http://patchwork.ozlabs.org/api/patches/806208/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20170827104514.77150-1-jsg@jsg.id.au/",
            "msgid": "<20170827104514.77150-1-jsg@jsg.id.au>",
            "list_archive_url": null,
            "date": "2017-08-27T10:45:14",
            "name": "[U-Boot] bch: don't use __BSD_VISIBLE to test for fls",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20170827104514.77150-1-jsg@jsg.id.au/mbox/"
        }
    ]
}