Show a series.

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

{
    "id": 193,
    "url": "http://patchwork.ozlabs.org/api/series/193/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openvswitch/list/?series=193",
    "project": {
        "id": 47,
        "url": "http://patchwork.ozlabs.org/api/projects/47/?format=api",
        "name": "Open vSwitch",
        "link_name": "openvswitch",
        "list_id": "ovs-dev.openvswitch.org",
        "list_email": "ovs-dev@openvswitch.org",
        "web_url": "http://openvswitch.org/",
        "scm_url": "git@github.com:openvswitch/ovs.git",
        "webscm_url": "https://github.com/openvswitch/ovs",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[ovs-dev] sparse: eliminate \"duplicate initialization\" warning",
    "date": "2017-08-28T15:23:16",
    "submitter": {
        "id": 67850,
        "url": "http://patchwork.ozlabs.org/api/people/67850/?format=api",
        "name": "Lance Richardson",
        "email": "lrichard@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/193/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 806630,
            "url": "http://patchwork.ozlabs.org/api/patches/806630/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openvswitch/patch/20170828152316.9690-1-lrichard@redhat.com/",
            "msgid": "<20170828152316.9690-1-lrichard@redhat.com>",
            "list_archive_url": null,
            "date": "2017-08-28T15:23:16",
            "name": "[ovs-dev] sparse: eliminate \"duplicate initialization\" warning",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/20170828152316.9690-1-lrichard@redhat.com/mbox/"
        }
    ]
}