Show a series.

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

{
    "id": 709,
    "url": "http://patchwork.ozlabs.org/api/series/709/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=709",
    "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] net: Fix buffer overrun error in netconsole",
    "date": "2017-08-30T22:32:31",
    "submitter": {
        "id": 8809,
        "url": "http://patchwork.ozlabs.org/api/people/8809/?format=api",
        "name": "Joe Hershberger",
        "email": "joe.hershberger@ni.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/709/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 807948,
            "url": "http://patchwork.ozlabs.org/api/patches/807948/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504132351-26558-1-git-send-email-joe.hershberger@ni.com/",
            "msgid": "<1504132351-26558-1-git-send-email-joe.hershberger@ni.com>",
            "list_archive_url": null,
            "date": "2017-08-30T22:32:31",
            "name": "[U-Boot] net: Fix buffer overrun error in netconsole",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504132351-26558-1-git-send-email-joe.hershberger@ni.com/mbox/"
        }
    ]
}