Show a series.

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

{
    "id": 293,
    "url": "http://patchwork.ozlabs.org/api/series/293/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=293",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/projects/17/?format=api",
        "name": "GNU Compiler Collection",
        "link_name": "gcc",
        "list_id": "gcc-patches.gcc.gnu.org",
        "list_email": "gcc-patches@gcc.gnu.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": ", PR target/82015, add PowerPC warning for unpack_vector_int128 with illegal 2nd argument",
    "date": "2017-08-29T03:41:47",
    "submitter": {
        "id": 4611,
        "url": "http://patchwork.ozlabs.org/api/people/4611/?format=api",
        "name": "Michael Meissner",
        "email": "meissner@linux.vnet.ibm.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/293/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806927,
            "url": "http://patchwork.ozlabs.org/api/patches/806927/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20170829034147.GA15563@ibm-tiger.the-meissners.org/",
            "msgid": "<20170829034147.GA15563@ibm-tiger.the-meissners.org>",
            "list_archive_url": null,
            "date": "2017-08-29T03:41:47",
            "name": ", PR target/82015, add PowerPC warning for unpack_vector_int128 with illegal 2nd argument",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20170829034147.GA15563@ibm-tiger.the-meissners.org/mbox/"
        }
    ]
}