Show a series.

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

{
    "id": 10141,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/10141/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=10141",
    "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": "drivers/net: wan/sdla: Convert timers to use timer_setup()",
    "date": "2017-10-25T10:53:59",
    "submitter": {
        "id": 10641,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/10641/?format=api",
        "name": "Kees Cook",
        "email": "keescook@chromium.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/10141/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 830232,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/830232/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20171025105359.GA146645@beast/",
            "msgid": "<20171025105359.GA146645@beast>",
            "list_archive_url": null,
            "date": "2017-10-25T10:53:59",
            "name": "drivers/net: wan/sdla: Convert timers to use timer_setup()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20171025105359.GA146645@beast/mbox/"
        }
    ]
}