Show a series.

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

{
    "id": 9964,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/9964/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=9964",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[net-next] net: updating dst lastusage is an unlikely event.",
    "date": "2017-10-24T10:41:01",
    "submitter": {
        "id": 67312,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/67312/?format=api",
        "name": "Paolo Abeni",
        "email": "pabeni@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/9964/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 829863,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/829863/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/cb6e9e39bdcdaebba87e331d7b18392bdeefebc3.1508841595.git.pabeni@redhat.com/",
            "msgid": "<cb6e9e39bdcdaebba87e331d7b18392bdeefebc3.1508841595.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-10-24T10:41:01",
            "name": "[net-next] net: updating dst lastusage is an unlikely event.",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/cb6e9e39bdcdaebba87e331d7b18392bdeefebc3.1508841595.git.pabeni@redhat.com/mbox/"
        }
    ]
}