Show a series.

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

{
    "id": 224,
    "url": "http://patchwork.ozlabs.org/api/series/224/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/list/?series=224",
    "project": {
        "id": 14,
        "url": "http://patchwork.ozlabs.org/api/projects/14/?format=api",
        "name": "QEMU Development",
        "link_name": "qemu-devel",
        "list_id": "qemu-devel.nongnu.org",
        "list_email": "qemu-devel@nongnu.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[for-2.11] tests/bios-tables: Silence some messages with V=1, print them with V=2 only",
    "date": "2017-08-28T17:39:45",
    "submitter": {
        "id": 66152,
        "url": "http://patchwork.ozlabs.org/api/people/66152/?format=api",
        "name": "Thomas Huth",
        "email": "thuth@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/224/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806675,
            "url": "http://patchwork.ozlabs.org/api/patches/806675/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1503941985-25657-1-git-send-email-thuth@redhat.com/",
            "msgid": "<1503941985-25657-1-git-send-email-thuth@redhat.com>",
            "list_archive_url": null,
            "date": "2017-08-28T17:39:45",
            "name": "[for-2.11] tests/bios-tables: Silence some messages with V=1, print them with V=2 only",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1503941985-25657-1-git-send-email-thuth@redhat.com/mbox/"
        }
    ]
}