Show a series.

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

{
    "id": 4331,
    "url": "http://patchwork.ozlabs.org/api/series/4331/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=4331",
    "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": "BPF/XDP json follow-up",
    "date": "2017-09-21T08:42:27",
    "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/4331/mbox/",
    "cover_letter": {
        "id": 816750,
        "url": "http://patchwork.ozlabs.org/api/covers/816750/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1505956723.git.daniel@iogearbox.net/",
        "msgid": "<cover.1505956723.git.daniel@iogearbox.net>",
        "list_archive_url": null,
        "date": "2017-09-21T08:42:27",
        "name": "[iproute2,master,0/2] BPF/XDP json follow-up",
        "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1505956723.git.daniel@iogearbox.net/mbox/"
    },
    "patches": [
        {
            "id": 816752,
            "url": "http://patchwork.ozlabs.org/api/patches/816752/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/635a857b7b32cd0df79805f8e32b20a2674a675d.1505956723.git.daniel@iogearbox.net/",
            "msgid": "<635a857b7b32cd0df79805f8e32b20a2674a675d.1505956723.git.daniel@iogearbox.net>",
            "list_archive_url": null,
            "date": "2017-09-21T08:42:28",
            "name": "[iproute2,master,1/2] json: move json printer to common library",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/635a857b7b32cd0df79805f8e32b20a2674a675d.1505956723.git.daniel@iogearbox.net/mbox/"
        },
        {
            "id": 816751,
            "url": "http://patchwork.ozlabs.org/api/patches/816751/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/e0a30e266c6eb9a5ebe99ee42b3b3dc6fea170f8.1505956723.git.daniel@iogearbox.net/",
            "msgid": "<e0a30e266c6eb9a5ebe99ee42b3b3dc6fea170f8.1505956723.git.daniel@iogearbox.net>",
            "list_archive_url": null,
            "date": "2017-09-21T08:42:29",
            "name": "[iproute2,master,2/2] bpf: properly output json for xdp",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/e0a30e266c6eb9a5ebe99ee42b3b3dc6fea170f8.1505956723.git.daniel@iogearbox.net/mbox/"
        }
    ]
}