Show a series.

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

{
    "id": 6,
    "url": "http://patchwork.ozlabs.org/api/series/6/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/buildroot/list/?series=6",
    "project": {
        "id": 27,
        "url": "http://patchwork.ozlabs.org/api/projects/27/?format=api",
        "name": "Buildroot development",
        "link_name": "buildroot",
        "list_id": "buildroot.buildroot.org",
        "list_email": "buildroot@buildroot.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[v3] modem-manager: update dependencies",
    "date": "2017-08-27T10:42:40",
    "submitter": {
        "id": 48681,
        "url": "http://patchwork.ozlabs.org/api/people/48681/?format=api",
        "name": "Aleksander Morgado",
        "email": "aleksander@aleksander.es"
    },
    "version": 3,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/6/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806206,
            "url": "http://patchwork.ozlabs.org/api/patches/806206/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/buildroot/patch/20170827104240.10433-1-aleksander@aleksander.es/",
            "msgid": "<20170827104240.10433-1-aleksander@aleksander.es>",
            "list_archive_url": null,
            "date": "2017-08-27T10:42:40",
            "name": "[v3] modem-manager: update dependencies",
            "mbox": "http://patchwork.ozlabs.org/project/buildroot/patch/20170827104240.10433-1-aleksander@aleksander.es/mbox/"
        }
    ]
}