Show a series.

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

{
    "id": 372,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/372/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-pci/list/?series=372",
    "project": {
        "id": 28,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/28/?format=api",
        "name": "Linux PCI development",
        "link_name": "linux-pci",
        "list_id": "linux-pci.vger.kernel.org",
        "list_email": "linux-pci@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "PCI: tegra: Use PTR_ERR_OR_ZERO",
    "date": "2017-08-29T13:39:00",
    "submitter": {
        "id": 72201,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/72201/?format=api",
        "name": "Himanshu Jha",
        "email": "himanshujha199640@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/372/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 807094,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/807094/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linux-pci/patch/1504013940-16304-1-git-send-email-himanshujha199640@gmail.com/",
            "msgid": "<1504013940-16304-1-git-send-email-himanshujha199640@gmail.com>",
            "list_archive_url": null,
            "date": "2017-08-29T13:39:00",
            "name": "PCI: tegra: Use PTR_ERR_OR_ZERO",
            "mbox": "http://patchwork.ozlabs.org/project/linux-pci/patch/1504013940-16304-1-git-send-email-himanshujha199640@gmail.com/mbox/"
        }
    ]
}