Show a series.

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

{
    "id": 2430,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/2430/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=2430",
    "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: tcp_input: Neaten DBGUNDO",
    "date": "2017-09-11T02:02:25",
    "submitter": {
        "id": 771,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/771/?format=api",
        "name": "Joe Perches",
        "email": "joe@perches.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/2430/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 812211,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/812211/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/fcac7d078947b59e47ad4474d2c60d4fd3395bcd.1505095255.git.joe@perches.com/",
            "msgid": "<fcac7d078947b59e47ad4474d2c60d4fd3395bcd.1505095255.git.joe@perches.com>",
            "list_archive_url": null,
            "date": "2017-09-11T02:02:25",
            "name": "net: tcp_input: Neaten DBGUNDO",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/fcac7d078947b59e47ad4474d2c60d4fd3395bcd.1505095255.git.joe@perches.com/mbox/"
        }
    ]
}