Show a series.

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

{
    "id": 1003,
    "url": "http://patchwork.ozlabs.org/api/series/1003/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=1003",
    "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": "Document -fsanitize=pointer-overflow (PR sanitizer/81902)",
    "date": "2017-09-01T11:19:34",
    "submitter": {
        "id": 671,
        "url": "http://patchwork.ozlabs.org/api/people/671/?format=api",
        "name": "Jakub Jelinek",
        "email": "jakub@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1003/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808636,
            "url": "http://patchwork.ozlabs.org/api/patches/808636/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/20170901111934.GF2323@tucnak/",
            "msgid": "<20170901111934.GF2323@tucnak>",
            "list_archive_url": null,
            "date": "2017-09-01T11:19:34",
            "name": "Document -fsanitize=pointer-overflow (PR sanitizer/81902)",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/20170901111934.GF2323@tucnak/mbox/"
        }
    ]
}