Show a series.

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

{
    "id": 11402,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/11402/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openvswitch/list/?series=11402",
    "project": {
        "id": 47,
        "url": "http://patchwork.ozlabs.org/api/1.2/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] packets: Fix C++ compilation issues when include packets.h",
    "date": "2017-11-01T21:40:27",
    "submitter": {
        "id": 70435,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/70435/?format=api",
        "name": "Yi-Hung Wei",
        "email": "yihung.wei@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/11402/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 833125,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/833125/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openvswitch/patch/1509572427-19204-1-git-send-email-yihung.wei@gmail.com/",
            "msgid": "<1509572427-19204-1-git-send-email-yihung.wei@gmail.com>",
            "list_archive_url": null,
            "date": "2017-11-01T21:40:27",
            "name": "[ovs-dev] packets: Fix C++ compilation issues when include packets.h",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/1509572427-19204-1-git-send-email-yihung.wei@gmail.com/mbox/"
        }
    ]
}