Show a series.

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

{
    "id": 5560,
    "url": "http://patchwork.ozlabs.org/api/series/5560/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=5560",
    "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": "New bpf cpumap type for XDP_REDIRECT",
    "date": "2017-09-28T12:57:02",
    "submitter": {
        "id": 13625,
        "url": "http://patchwork.ozlabs.org/api/people/13625/?format=api",
        "name": "Jesper Dangaard Brouer",
        "email": "brouer@redhat.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/5560/mbox/",
    "cover_letter": {
        "id": 819579,
        "url": "http://patchwork.ozlabs.org/api/covers/819579/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/150660339205.2808.7084136789768233829.stgit@firesoul/",
        "msgid": "<150660339205.2808.7084136789768233829.stgit@firesoul>",
        "list_archive_url": null,
        "date": "2017-09-28T12:57:02",
        "name": "[net-next,0/5] New bpf cpumap type for XDP_REDIRECT",
        "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/150660339205.2808.7084136789768233829.stgit@firesoul/mbox/"
    },
    "patches": [
        {
            "id": 819580,
            "url": "http://patchwork.ozlabs.org/api/patches/819580/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/150660342793.2808.10838498581615265043.stgit@firesoul/",
            "msgid": "<150660342793.2808.10838498581615265043.stgit@firesoul>",
            "list_archive_url": null,
            "date": "2017-09-28T12:57:08",
            "name": "[net-next,1/5] bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/150660342793.2808.10838498581615265043.stgit@firesoul/mbox/"
        },
        {
            "id": 819581,
            "url": "http://patchwork.ozlabs.org/api/patches/819581/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/150660343302.2808.13091201420033844465.stgit@firesoul/",
            "msgid": "<150660343302.2808.13091201420033844465.stgit@firesoul>",
            "list_archive_url": null,
            "date": "2017-09-28T12:57:13",
            "name": "[net-next,2/5] bpf: XDP_REDIRECT enable use of cpumap",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/150660343302.2808.13091201420033844465.stgit@firesoul/mbox/"
        },
        {
            "id": 819582,
            "url": "http://patchwork.ozlabs.org/api/patches/819582/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/150660343811.2808.7680200486950101509.stgit@firesoul/",
            "msgid": "<150660343811.2808.7680200486950101509.stgit@firesoul>",
            "list_archive_url": null,
            "date": "2017-09-28T12:57:18",
            "name": "[net-next,3/5] bpf: cpumap xdp_buff to skb conversion and allocation",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/150660343811.2808.7680200486950101509.stgit@firesoul/mbox/"
        },
        {
            "id": 819584,
            "url": "http://patchwork.ozlabs.org/api/patches/819584/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/150660344318.2808.10264798458378115347.stgit@firesoul/",
            "msgid": "<150660344318.2808.10264798458378115347.stgit@firesoul>",
            "list_archive_url": null,
            "date": "2017-09-28T12:57:23",
            "name": "[net-next,4/5] bpf: cpumap add tracepoints",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/150660344318.2808.10264798458378115347.stgit@firesoul/mbox/"
        },
        {
            "id": 819583,
            "url": "http://patchwork.ozlabs.org/api/patches/819583/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/150660344827.2808.2281655132773972324.stgit@firesoul/",
            "msgid": "<150660344827.2808.2281655132773972324.stgit@firesoul>",
            "list_archive_url": null,
            "date": "2017-09-28T12:57:28",
            "name": "[net-next,5/5] samples/bpf: add cpumap sample program xdp_redirect_cpu",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/150660344827.2808.2281655132773972324.stgit@firesoul/mbox/"
        }
    ]
}