Show a series.

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

{
    "id": 2103,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/2103/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=2103",
    "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": "[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/2103/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 811320,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/811320/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/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/netdev/patch/1504849138-17427-1-git-send-email-vpai@akamai.com/mbox/"
        }
    ]
}