Show a series.

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

{
    "id": 1149,
    "url": "http://patchwork.ozlabs.org/api/series/1149/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/buildroot/list/?series=1149",
    "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": "mtd: be explicit about config options for the host",
    "date": "2017-09-02T13:19:05",
    "submitter": {
        "id": 2230,
        "url": "http://patchwork.ozlabs.org/api/people/2230/?format=api",
        "name": "Thomas Petazzoni",
        "email": "thomas.petazzoni@free-electrons.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1149/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 809061,
            "url": "http://patchwork.ozlabs.org/api/patches/809061/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/buildroot/patch/20170902131905.23134-1-thomas.petazzoni@free-electrons.com/",
            "msgid": "<20170902131905.23134-1-thomas.petazzoni@free-electrons.com>",
            "list_archive_url": null,
            "date": "2017-09-02T13:19:05",
            "name": "mtd: be explicit about config options for the host",
            "mbox": "http://patchwork.ozlabs.org/project/buildroot/patch/20170902131905.23134-1-thomas.petazzoni@free-electrons.com/mbox/"
        }
    ]
}