Show a series.

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

{
    "id": 3342,
    "url": "http://patchwork.ozlabs.org/api/series/3342/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=3342",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/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] test/py: gpt: make use of infra-structure",
    "date": "2017-09-15T17:25:51",
    "submitter": {
        "id": 12517,
        "url": "http://patchwork.ozlabs.org/api/people/12517/?format=api",
        "name": "Stephen Warren",
        "email": "swarren@wwwdotorg.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/3342/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 814347,
            "url": "http://patchwork.ozlabs.org/api/patches/814347/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20170915172551.26500-1-swarren@wwwdotorg.org/",
            "msgid": "<20170915172551.26500-1-swarren@wwwdotorg.org>",
            "list_archive_url": null,
            "date": "2017-09-15T17:25:51",
            "name": "[U-Boot] test/py: gpt: make use of infra-structure",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20170915172551.26500-1-swarren@wwwdotorg.org/mbox/"
        }
    ]
}