Show a series.

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

{
    "id": 2104,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/2104/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netfilter-devel/list/?series=2104",
    "project": {
        "id": 26,
        "url": "http://patchwork.ozlabs.org/api/1.2/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": "[v2] netfilter: xt_hashlimit: fix build error caused by 64bit division",
    "date": "2017-09-08T05:38:58",
    "submitter": {
        "id": 66296,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/66296/?format=api",
        "name": "Vishwanath Pai",
        "email": "vpai@akamai.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/2104/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 811321,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/811321/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/1504849138-17427-1-git-send-email-vpai@akamai.com/",
            "msgid": "<1504849138-17427-1-git-send-email-vpai@akamai.com>",
            "list_archive_url": null,
            "date": "2017-09-08T05:38:58",
            "name": "[v2] netfilter: xt_hashlimit: fix build error caused by 64bit division",
            "mbox": "http://patchwork.ozlabs.org/project/netfilter-devel/patch/1504849138-17427-1-git-send-email-vpai@akamai.com/mbox/"
        }
    ]
}