Show a series.

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

{
    "id": 32,
    "url": "http://patchwork.ozlabs.org/api/series/32/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=32",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[V2,net-next] net-next/hinic: Fix MTU limitation",
    "date": "2017-08-27T17:20:26",
    "submitter": {
        "id": 71962,
        "url": "http://patchwork.ozlabs.org/api/people/71962/?format=api",
        "name": "Aviad Krawczyk",
        "email": "aviad.krawczyk@huawei.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/32/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806279,
            "url": "http://patchwork.ozlabs.org/api/patches/806279/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1503854426-42046-1-git-send-email-aviad.krawczyk@huawei.com/",
            "msgid": "<1503854426-42046-1-git-send-email-aviad.krawczyk@huawei.com>",
            "list_archive_url": null,
            "date": "2017-08-27T17:20:26",
            "name": "[V2,net-next] net-next/hinic: Fix MTU limitation",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1503854426-42046-1-git-send-email-aviad.krawczyk@huawei.com/mbox/"
        }
    ]
}