Show a series.

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

{
    "id": 121,
    "url": "http://patchwork.ozlabs.org/api/series/121/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netfilter-devel/list/?series=121",
    "project": {
        "id": 26,
        "url": "http://patchwork.ozlabs.org/api/projects/26/?format=api",
        "name": "Netfilter Development",
        "link_name": "netfilter-devel",
        "list_id": "netfilter-devel.vger.kernel.org",
        "list_email": "netfilter-devel@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[nf-next] netfilter: nf_conntrack: remove unused code in nf_conntrack_proto_generic.c",
    "date": "2017-08-28T09:52:07",
    "submitter": {
        "id": 69455,
        "url": "http://patchwork.ozlabs.org/api/people/69455/?format=api",
        "name": "Davide Caratti",
        "email": "dcaratti@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/121/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806466,
            "url": "http://patchwork.ozlabs.org/api/patches/806466/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/2506ca6f6d8fdc51d85fc77e558b1662ff18eba9.1503913723.git.dcaratti@redhat.com/",
            "msgid": "<2506ca6f6d8fdc51d85fc77e558b1662ff18eba9.1503913723.git.dcaratti@redhat.com>",
            "list_archive_url": null,
            "date": "2017-08-28T09:52:07",
            "name": "[nf-next] netfilter: nf_conntrack: remove unused code in nf_conntrack_proto_generic.c",
            "mbox": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/2506ca6f6d8fdc51d85fc77e558b1662ff18eba9.1503913723.git.dcaratti@redhat.com/mbox/"
        }
    ]
}