Show a series.

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

{
    "id": 1925,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1925/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openbmc/list/?series=1925",
    "project": {
        "id": 56,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/56/?format=api",
        "name": "OpenBMC development",
        "link_name": "openbmc",
        "list_id": "openbmc.lists.ozlabs.org",
        "list_email": "openbmc@lists.ozlabs.org",
        "web_url": "http://github.com/openbmc/",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[RFC] docs: Specify V3 of the mbox protocol",
    "date": "2017-09-07T07:14:09",
    "submitter": {
        "id": 68427,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/68427/?format=api",
        "name": "Suraj Jitindar Singh",
        "email": "sjitindarsingh@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1925/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810873,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/810873/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openbmc/patch/20170907071409.7163-2-sjitindarsingh@gmail.com/",
            "msgid": "<20170907071409.7163-2-sjitindarsingh@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-07T07:14:09",
            "name": "[RFC] docs: Specify V3 of the mbox protocol",
            "mbox": "http://patchwork.ozlabs.org/project/openbmc/patch/20170907071409.7163-2-sjitindarsingh@gmail.com/mbox/"
        }
    ]
}