Show a series.

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

{
    "id": 1346,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1346/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=1346",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[U-Boot] armv8: fsl: ifc: Put IFC related code under CONFIG_FSL_IFC",
    "date": "2017-09-04T10:14:05",
    "submitter": {
        "id": 68400,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/68400/?format=api",
        "name": "Sriram Dash",
        "email": "sriram.dash@nxp.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1346/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 809583,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/809583/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504520045-23739-1-git-send-email-sriram.dash@nxp.com/",
            "msgid": "<1504520045-23739-1-git-send-email-sriram.dash@nxp.com>",
            "list_archive_url": null,
            "date": "2017-09-04T10:14:05",
            "name": "[U-Boot] armv8: fsl: ifc: Put IFC related code under CONFIG_FSL_IFC",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504520045-23739-1-git-send-email-sriram.dash@nxp.com/mbox/"
        }
    ]
}