Show a series.

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

{
    "id": 518,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/518/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openvswitch/list/?series=518",
    "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] bond: send learning pkg when non active slave failed.",
    "date": "2017-08-30T02:58:58",
    "submitter": {
        "id": 72253,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/72253/?format=api",
        "name": "minglumlu",
        "email": "ming.lu@citrix.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/518/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 807382,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/807382/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504061938-113805-1-git-send-email-ming.lu@citrix.com/",
            "msgid": "<1504061938-113805-1-git-send-email-ming.lu@citrix.com>",
            "list_archive_url": null,
            "date": "2017-08-30T02:58:58",
            "name": "[ovs-dev] bond: send learning pkg when non active slave failed.",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504061938-113805-1-git-send-email-ming.lu@citrix.com/mbox/"
        }
    ]
}