Show a series.

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

{
    "id": 1470,
    "url": "http://patchwork.ozlabs.org/api/series/1470/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1470",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "Two minor BPF updates",
    "date": "2017-09-05T00:24:30",
    "submitter": {
        "id": 65705,
        "url": "http://patchwork.ozlabs.org/api/people/65705/?format=api",
        "name": "Daniel Borkmann",
        "email": "daniel@iogearbox.net"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1470/mbox/",
    "cover_letter": {
        "id": 809877,
        "url": "http://patchwork.ozlabs.org/api/covers/809877/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1504570627.git.daniel@iogearbox.net/",
        "msgid": "<cover.1504570627.git.daniel@iogearbox.net>",
        "list_archive_url": null,
        "date": "2017-09-05T00:24:30",
        "name": "[iproute2,master,0/2] Two minor BPF updates",
        "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1504570627.git.daniel@iogearbox.net/mbox/"
    },
    "patches": [
        {
            "id": 809878,
            "url": "http://patchwork.ozlabs.org/api/patches/809878/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/aee6f9e51843216733ebfb1072748eca21544cf6.1504570627.git.daniel@iogearbox.net/",
            "msgid": "<aee6f9e51843216733ebfb1072748eca21544cf6.1504570627.git.daniel@iogearbox.net>",
            "list_archive_url": null,
            "date": "2017-09-05T00:24:31",
            "name": "[iproute2,master,1/2] bpf: minor cleanups for bpf_trace_pipe",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/aee6f9e51843216733ebfb1072748eca21544cf6.1504570627.git.daniel@iogearbox.net/mbox/"
        },
        {
            "id": 809879,
            "url": "http://patchwork.ozlabs.org/api/patches/809879/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1e96ef342a4f34ee8c8119ee8cc1ed7092ea5ced.1504570627.git.daniel@iogearbox.net/",
            "msgid": "<1e96ef342a4f34ee8c8119ee8cc1ed7092ea5ced.1504570627.git.daniel@iogearbox.net>",
            "list_archive_url": null,
            "date": "2017-09-05T00:24:32",
            "name": "[iproute2,master,2/2] bpf: consolidate dumps to use bpf_dump_prog_info",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1e96ef342a4f34ee8c8119ee8cc1ed7092ea5ced.1504570627.git.daniel@iogearbox.net/mbox/"
        }
    ]
}