Show a series.

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

{
    "id": 45,
    "url": "http://patchwork.ozlabs.org/api/series/45/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=45",
    "project": {
        "id": 2,
        "url": "http://patchwork.ozlabs.org/api/projects/2/?format=api",
        "name": "Linux PPC development",
        "link_name": "linuxppc-dev",
        "list_id": "linuxppc-dev.lists.ozlabs.org",
        "list_email": "linuxppc-dev@lists.ozlabs.org",
        "web_url": "https://github.com/linuxppc/wiki/wiki",
        "scm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git",
        "webscm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/",
        "list_archive_url": "https://lore.kernel.org/linuxppc-dev/",
        "list_archive_url_format": "https://lore.kernel.org/linuxppc-dev/{}/",
        "commit_url_format": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}"
    },
    "name": "leds-PowerNV: Delete an error message for a failed memory allocation in powernv_led_create()",
    "date": "2017-08-27T20:10:08",
    "submitter": {
        "id": 65077,
        "url": "http://patchwork.ozlabs.org/api/people/65077/?format=api",
        "name": "SF Markus Elfring",
        "email": "elfring@users.sourceforge.net"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/45/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806303,
            "url": "http://patchwork.ozlabs.org/api/patches/806303/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/019499e0-68d8-b89d-f5d6-6aefd9cbaf04@users.sourceforge.net/",
            "msgid": "<019499e0-68d8-b89d-f5d6-6aefd9cbaf04@users.sourceforge.net>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/019499e0-68d8-b89d-f5d6-6aefd9cbaf04@users.sourceforge.net/",
            "date": "2017-08-27T20:10:08",
            "name": "leds-PowerNV: Delete an error message for a failed memory allocation in powernv_led_create()",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/019499e0-68d8-b89d-f5d6-6aefd9cbaf04@users.sourceforge.net/mbox/"
        }
    ]
}