Show a series.

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

{
    "id": 1727,
    "url": "http://patchwork.ozlabs.org/api/series/1727/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1727",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/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": "tipc: remove unnecessary call to dev_net()",
    "date": "2017-09-06T09:08:06",
    "submitter": {
        "id": 71419,
        "url": "http://patchwork.ozlabs.org/api/people/71419/?format=api",
        "name": "Kleber Sacilotto de Souza",
        "email": "kleber.souza@canonical.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1727/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810450,
            "url": "http://patchwork.ozlabs.org/api/patches/810450/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170906090806.20931-1-kleber.souza@canonical.com/",
            "msgid": "<20170906090806.20931-1-kleber.souza@canonical.com>",
            "list_archive_url": null,
            "date": "2017-09-06T09:08:06",
            "name": "tipc: remove unnecessary call to dev_net()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170906090806.20931-1-kleber.souza@canonical.com/mbox/"
        }
    ]
}