Show a series.

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

{
    "id": 3200,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/3200/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=3200",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/1.2/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": "[net] sctp: fix an use-after-free issue in sctp_sock_dump",
    "date": "2017-09-15T03:02:21",
    "submitter": {
        "id": 61073,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/61073/?format=api",
        "name": "Xin Long",
        "email": "lucien.xin@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/3200/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 814038,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/814038/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/9de7bef8f4f8c0f369361118f6d2daee5d188467.1505444541.git.lucien.xin@gmail.com/",
            "msgid": "<9de7bef8f4f8c0f369361118f6d2daee5d188467.1505444541.git.lucien.xin@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-15T03:02:21",
            "name": "[net] sctp: fix an use-after-free issue in sctp_sock_dump",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/9de7bef8f4f8c0f369361118f6d2daee5d188467.1505444541.git.lucien.xin@gmail.com/mbox/"
        }
    ]
}