Show a series.

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

{
    "id": 2367,
    "url": "http://patchwork.ozlabs.org/api/series/2367/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=2367",
    "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": "GPT: create block device for guid testing",
    "date": "2017-09-10T06:47:11",
    "submitter": {
        "id": 69170,
        "url": "http://patchwork.ozlabs.org/api/people/69170/?format=api",
        "name": "Alison Chaiken",
        "email": "alison@peloton-tech.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/2367/mbox/",
    "cover_letter": {
        "id": 812039,
        "url": "http://patchwork.ozlabs.org/api/covers/812039/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/20170910064713.31511-1-alison@peloton-tech.com/",
        "msgid": "<20170910064713.31511-1-alison@peloton-tech.com>",
        "list_archive_url": null,
        "date": "2017-09-10T06:47:11",
        "name": "[U-Boot,0/2] GPT: create block device for guid testing",
        "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/20170910064713.31511-1-alison@peloton-tech.com/mbox/"
    },
    "patches": [
        {
            "id": 812040,
            "url": "http://patchwork.ozlabs.org/api/patches/812040/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20170910064713.31511-2-alison@peloton-tech.com/",
            "msgid": "<20170910064713.31511-2-alison@peloton-tech.com>",
            "list_archive_url": null,
            "date": "2017-09-10T06:47:12",
            "name": "[U-Boot,1/2] GPT: create block device for sandbox testing",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20170910064713.31511-2-alison@peloton-tech.com/mbox/"
        },
        {
            "id": 812041,
            "url": "http://patchwork.ozlabs.org/api/patches/812041/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20170910064713.31511-3-alison@peloton-tech.com/",
            "msgid": "<20170910064713.31511-3-alison@peloton-tech.com>",
            "list_archive_url": null,
            "date": "2017-09-10T06:47:13",
            "name": "[U-Boot,2/2] add pytests for 'gpt guid' command in sandbox",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20170910064713.31511-3-alison@peloton-tech.com/mbox/"
        }
    ]
}