Show a series.

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

{
    "id": 1679,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1679/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-gpio/list/?series=1679",
    "project": {
        "id": 42,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/42/?format=api",
        "name": "Linux GPIO development",
        "link_name": "linux-gpio",
        "list_id": "linux-gpio.vger.kernel.org",
        "list_email": "linux-gpio@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends on",
    "date": "2017-09-06T01:40:52",
    "submitter": {
        "id": 65882,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/65882/?format=api",
        "name": "Masahiro Yamada",
        "email": "yamada.masahiro@socionext.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1679/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810355,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/810355/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linux-gpio/patch/1504662052-12478-1-git-send-email-yamada.masahiro@socionext.com/",
            "msgid": "<1504662052-12478-1-git-send-email-yamada.masahiro@socionext.com>",
            "list_archive_url": null,
            "date": "2017-09-06T01:40:52",
            "name": "gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends on",
            "mbox": "http://patchwork.ozlabs.org/project/linux-gpio/patch/1504662052-12478-1-git-send-email-yamada.masahiro@socionext.com/mbox/"
        }
    ]
}