Show a series.

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

{
    "id": 202,
    "url": "http://patchwork.ozlabs.org/api/series/202/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=202",
    "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,1/2] imx: timer: don't clear the GPT control register multiple times",
    "date": "2017-08-28T15:46:32",
    "submitter": {
        "id": 872,
        "url": "http://patchwork.ozlabs.org/api/people/872/?format=api",
        "name": "Anatolij Gustschin",
        "email": "agust@denx.de"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/202/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806641,
            "url": "http://patchwork.ozlabs.org/api/patches/806641/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1503935193-28474-1-git-send-email-agust@denx.de/",
            "msgid": "<1503935193-28474-1-git-send-email-agust@denx.de>",
            "list_archive_url": null,
            "date": "2017-08-28T15:46:32",
            "name": "[U-Boot,1/2] imx: timer: don't clear the GPT control register multiple times",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1503935193-28474-1-git-send-email-agust@denx.de/mbox/"
        },
        {
            "id": 806642,
            "url": "http://patchwork.ozlabs.org/api/patches/806642/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1503935193-28474-2-git-send-email-agust@denx.de/",
            "msgid": "<1503935193-28474-2-git-send-email-agust@denx.de>",
            "list_archive_url": null,
            "date": "2017-08-28T15:46:33",
            "name": "[U-Boot,2/2] spl: do not repeat timer init on i.MX6",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1503935193-28474-2-git-send-email-agust@denx.de/mbox/"
        }
    ]
}