Show a series.

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

{
    "id": 1477,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1477/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=1477",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/1.2/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,v1,1/2] imx: add macro to detect whether USB has been initialized",
    "date": "2017-09-05T01:21:43",
    "submitter": {
        "id": 4137,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/4137/?format=api",
        "name": "Stefan Agner",
        "email": "stefan@agner.ch"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1477/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 809889,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/809889/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20170905012144.4833-1-stefan@agner.ch/",
            "msgid": "<20170905012144.4833-1-stefan@agner.ch>",
            "list_archive_url": null,
            "date": "2017-09-05T01:21:43",
            "name": "[U-Boot,v1,1/2] imx: add macro to detect whether USB has been initialized",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20170905012144.4833-1-stefan@agner.ch/mbox/"
        },
        {
            "id": 809890,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/809890/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20170905012144.4833-2-stefan@agner.ch/",
            "msgid": "<20170905012144.4833-2-stefan@agner.ch>",
            "list_archive_url": null,
            "date": "2017-09-05T01:21:44",
            "name": "[U-Boot,v1,2/2] imx_common: detect USB serial downloader reliably",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20170905012144.4833-2-stefan@agner.ch/mbox/"
        }
    ]
}