Show a series.

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

{
    "id": 5146,
    "url": "http://patchwork.ozlabs.org/api/series/5146/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=5146",
    "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": "Re: [PATCH] C/C++: add fix-it hints for various missing symbols",
    "date": "2017-09-26T13:56:17",
    "submitter": {
        "id": 24465,
        "url": "http://patchwork.ozlabs.org/api/people/24465/?format=api",
        "name": "David Malcolm",
        "email": "dmalcolm@redhat.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/5146/mbox/",
    "cover_letter": {
        "id": 818650,
        "url": "http://patchwork.ozlabs.org/api/covers/818650/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/gcc/cover/1506434179-2736-1-git-send-email-dmalcolm@redhat.com/",
        "msgid": "<1506434179-2736-1-git-send-email-dmalcolm@redhat.com>",
        "list_archive_url": null,
        "date": "2017-09-26T13:56:17",
        "name": "[0/2] Re: [PATCH] C/C++: add fix-it hints for various missing symbols",
        "mbox": "http://patchwork.ozlabs.org/project/gcc/cover/1506434179-2736-1-git-send-email-dmalcolm@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 818651,
            "url": "http://patchwork.ozlabs.org/api/patches/818651/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/1506434179-2736-2-git-send-email-dmalcolm@redhat.com/",
            "msgid": "<1506434179-2736-2-git-send-email-dmalcolm@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-26T13:56:18",
            "name": "[1/2] C++: avoid partial duplicate implementation of cp_parser_error",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/1506434179-2736-2-git-send-email-dmalcolm@redhat.com/mbox/"
        },
        {
            "id": 818652,
            "url": "http://patchwork.ozlabs.org/api/patches/818652/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/1506434179-2736-3-git-send-email-dmalcolm@redhat.com/",
            "msgid": "<1506434179-2736-3-git-send-email-dmalcolm@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-26T13:56:19",
            "name": "[2/2] C/C++: add fix-it hints for various missing symbols (v2)",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/1506434179-2736-3-git-send-email-dmalcolm@redhat.com/mbox/"
        }
    ]
}