Show a series.

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

{
    "id": 1926,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1926/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/skiboot/list/?series=1926",
    "project": {
        "id": 44,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/44/?format=api",
        "name": "skiboot firmware development",
        "link_name": "skiboot",
        "list_id": "skiboot.lists.ozlabs.org",
        "list_email": "skiboot@lists.ozlabs.org",
        "web_url": "http://github.com/open-power/skiboot",
        "scm_url": "http://github.com/open-power/skiboot",
        "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/1926/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810874,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/810874/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/skiboot/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/skiboot/patch/20170907071409.7163-2-sjitindarsingh@gmail.com/mbox/"
        }
    ]
}