Show a series.

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

{
    "id": 199,
    "url": "http://patchwork.ozlabs.org/api/series/199/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/lede/list/?series=199",
    "project": {
        "id": 54,
        "url": "http://patchwork.ozlabs.org/api/projects/54/?format=api",
        "name": "LEDE development",
        "link_name": "lede",
        "list_id": "lede-dev.lists.infradead.org",
        "list_email": "lede-dev@lists.infradead.org",
        "web_url": "http://lede-project.org/",
        "scm_url": "",
        "webscm_url": "http://git.lede-project.org/",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[LEDE-DEV] dnsmasq: mitigate CVE-2017-13704",
    "date": "2017-08-28T15:36:18",
    "submitter": {
        "id": 66241,
        "url": "http://patchwork.ozlabs.org/api/people/66241/?format=api",
        "name": "Kevin Darbyshire-Bryant",
        "email": "kevin@darbyshire-bryant.me.uk"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/199/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806638,
            "url": "http://patchwork.ozlabs.org/api/patches/806638/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/lede/patch/1503934578-4645-1-git-send-email-kevin@darbyshire-bryant.me.uk/",
            "msgid": "<1503934578-4645-1-git-send-email-kevin@darbyshire-bryant.me.uk>",
            "list_archive_url": null,
            "date": "2017-08-28T15:36:18",
            "name": "[LEDE-DEV] dnsmasq: mitigate CVE-2017-13704",
            "mbox": "http://patchwork.ozlabs.org/project/lede/patch/1503934578-4645-1-git-send-email-kevin@darbyshire-bryant.me.uk/mbox/"
        }
    ]
}