Show a series.

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

{
    "id": 1685,
    "url": "http://patchwork.ozlabs.org/api/series/1685/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1685",
    "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": "[net] netlink: fix an use-after-free issue for nlk groups",
    "date": "2017-09-06T03:47:12",
    "submitter": {
        "id": 61073,
        "url": "http://patchwork.ozlabs.org/api/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/1685/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810378,
            "url": "http://patchwork.ozlabs.org/api/patches/810378/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1217baf9faf9d034ba8224cb6362b822c51a0eae.1504669632.git.lucien.xin@gmail.com/",
            "msgid": "<1217baf9faf9d034ba8224cb6362b822c51a0eae.1504669632.git.lucien.xin@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-06T03:47:12",
            "name": "[net] netlink: fix an use-after-free issue for nlk groups",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1217baf9faf9d034ba8224cb6362b822c51a0eae.1504669632.git.lucien.xin@gmail.com/mbox/"
        }
    ]
}