Show a series.

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

{
    "id": 3422,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/3422/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/buildroot/list/?series=3422",
    "project": {
        "id": 27,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/27/?format=api",
        "name": "Buildroot development",
        "link_name": "buildroot",
        "list_id": "buildroot.buildroot.org",
        "list_email": "buildroot@buildroot.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[1/2] linux-headers: bump 3.2.x and 4.{4, 9, 12, 13}.x series",
    "date": "2017-09-16T08:11:12",
    "submitter": {
        "id": 62613,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/62613/?format=api",
        "name": "Bernd Kuhls",
        "email": "bernd.kuhls@t-online.de"
    },
    "version": 1,
    "total": 2,
    "received_total": 1,
    "received_all": false,
    "mbox": "http://patchwork.ozlabs.org/series/3422/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 814479,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/814479/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/buildroot/patch/20170916081113.25471-1-bernd.kuhls@t-online.de/",
            "msgid": "<20170916081113.25471-1-bernd.kuhls@t-online.de>",
            "list_archive_url": null,
            "date": "2017-09-16T08:11:12",
            "name": "[1/2] linux-headers: bump 3.2.x and 4.{4, 9, 12, 13}.x series",
            "mbox": "http://patchwork.ozlabs.org/project/buildroot/patch/20170916081113.25471-1-bernd.kuhls@t-online.de/mbox/"
        }
    ]
}