Show a series.

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

{
    "id": 1045,
    "url": "http://patchwork.ozlabs.org/api/series/1045/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1045",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/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] bpf: Collapse offset checks in sock_filter_is_valid_access",
    "date": "2017-09-01T15:18:07",
    "submitter": {
        "id": 6918,
        "url": "http://patchwork.ozlabs.org/api/people/6918/?format=api",
        "name": "David Ahern",
        "email": "dsahern@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1045/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808718,
            "url": "http://patchwork.ozlabs.org/api/patches/808718/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1504279087-11379-1-git-send-email-dsahern@gmail.com/",
            "msgid": "<1504279087-11379-1-git-send-email-dsahern@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-01T15:18:07",
            "name": "[net-next] bpf: Collapse offset checks in sock_filter_is_valid_access",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1504279087-11379-1-git-send-email-dsahern@gmail.com/mbox/"
        }
    ]
}