Show a series.

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

{
    "id": 1020,
    "url": "http://patchwork.ozlabs.org/api/series/1020/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openvswitch/list/?series=1020",
    "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] dpif-netdev: Rename \"size\" variable to \"cnt\".",
    "date": "2017-09-01T13:01:51",
    "submitter": {
        "id": 70444,
        "url": "http://patchwork.ozlabs.org/api/people/70444/?format=api",
        "name": "Ferriter, Cian",
        "email": "cian.ferriter@intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1020/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 808675,
            "url": "http://patchwork.ozlabs.org/api/patches/808675/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504270911-8294-1-git-send-email-cian.ferriter@intel.com/",
            "msgid": "<1504270911-8294-1-git-send-email-cian.ferriter@intel.com>",
            "list_archive_url": null,
            "date": "2017-09-01T13:01:51",
            "name": "[ovs-dev] dpif-netdev: Rename \"size\" variable to \"cnt\".",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504270911-8294-1-git-send-email-cian.ferriter@intel.com/mbox/"
        }
    ]
}