Show a series.

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

{
    "id": 11522,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/11522/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=11522",
    "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-next,1/1] tipc: eliminate unnecessary probing",
    "date": "2017-11-02T14:44:15",
    "submitter": {
        "id": 3953,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/3953/?format=api",
        "name": "Jon Maloy",
        "email": "jon.maloy@ericsson.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/11522/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 833390,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/833390/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1509633855-24470-1-git-send-email-jon.maloy@ericsson.com/",
            "msgid": "<1509633855-24470-1-git-send-email-jon.maloy@ericsson.com>",
            "list_archive_url": null,
            "date": "2017-11-02T14:44:15",
            "name": "[net-next,1/1] tipc: eliminate unnecessary probing",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1509633855-24470-1-git-send-email-jon.maloy@ericsson.com/mbox/"
        }
    ]
}