Show a series.

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

{
    "id": 866,
    "url": "http://patchwork.ozlabs.org/api/series/866/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=866",
    "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": "[net] ipv4: Don't override return code from ip_route_input_noref()",
    "date": "2017-08-31T16:11:41",
    "submitter": {
        "id": 72032,
        "url": "http://patchwork.ozlabs.org/api/people/72032/?format=api",
        "name": "Stefano Brivio",
        "email": "sbrivio@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/866/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808301,
            "url": "http://patchwork.ozlabs.org/api/patches/808301/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/c4d8970306e614ac139cf2f33ab5e6bb73b30154.1504194307.git.sbrivio@redhat.com/",
            "msgid": "<c4d8970306e614ac139cf2f33ab5e6bb73b30154.1504194307.git.sbrivio@redhat.com>",
            "list_archive_url": null,
            "date": "2017-08-31T16:11:41",
            "name": "[net] ipv4: Don't override return code from ip_route_input_noref()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/c4d8970306e614ac139cf2f33ab5e6bb73b30154.1504194307.git.sbrivio@redhat.com/mbox/"
        }
    ]
}