Show a series.

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

{
    "id": 1915,
    "url": "http://patchwork.ozlabs.org/api/series/1915/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=1915",
    "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": "[1/2] powerpc/eeh: Create PHB PEs after EEH is initialized",
    "date": "2017-09-07T06:35:40",
    "submitter": {
        "id": 38,
        "url": "http://patchwork.ozlabs.org/api/people/38/?format=api",
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1915/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810860,
            "url": "http://patchwork.ozlabs.org/api/patches/810860/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1504766140.12628.14.camel@kernel.crashing.org/",
            "msgid": "<1504766140.12628.14.camel@kernel.crashing.org>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/1504766140.12628.14.camel@kernel.crashing.org/",
            "date": "2017-09-07T06:35:40",
            "name": "[1/2] powerpc/eeh: Create PHB PEs after EEH is initialized",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1504766140.12628.14.camel@kernel.crashing.org/mbox/"
        },
        {
            "id": 810861,
            "url": "http://patchwork.ozlabs.org/api/patches/810861/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1504766144.12628.15.camel@kernel.crashing.org/",
            "msgid": "<1504766144.12628.15.camel@kernel.crashing.org>",
            "list_archive_url": "https://lore.kernel.org/linuxppc-dev/1504766144.12628.15.camel@kernel.crashing.org/",
            "date": "2017-09-07T06:35:44",
            "name": "[2/2] powerpc/powernv: Rework EEH initialization on powernv",
            "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1504766144.12628.15.camel@kernel.crashing.org/mbox/"
        }
    ]
}