Show a series.

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

{
    "id": 672,
    "url": "http://patchwork.ozlabs.org/api/series/672/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/openvswitch/list/?series=672",
    "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,1/3] dpif-netdev: Rename rxq_interval.",
    "date": "2017-08-30T17:45:47",
    "submitter": {
        "id": 70482,
        "url": "http://patchwork.ozlabs.org/api/people/70482/?format=api",
        "name": "Kevin Traynor",
        "email": "ktraynor@redhat.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/672/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 807809,
            "url": "http://patchwork.ozlabs.org/api/patches/807809/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504115149-26864-1-git-send-email-ktraynor@redhat.com/",
            "msgid": "<1504115149-26864-1-git-send-email-ktraynor@redhat.com>",
            "list_archive_url": null,
            "date": "2017-08-30T17:45:47",
            "name": "[ovs-dev,1/3] dpif-netdev: Rename rxq_interval.",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504115149-26864-1-git-send-email-ktraynor@redhat.com/mbox/"
        },
        {
            "id": 807810,
            "url": "http://patchwork.ozlabs.org/api/patches/807810/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504115149-26864-2-git-send-email-ktraynor@redhat.com/",
            "msgid": "<1504115149-26864-2-git-send-email-ktraynor@redhat.com>",
            "list_archive_url": null,
            "date": "2017-08-30T17:45:48",
            "name": "[ovs-dev,2/3] dpif-netdev: Fix a couple of coding style issues.",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504115149-26864-2-git-send-email-ktraynor@redhat.com/mbox/"
        },
        {
            "id": 807812,
            "url": "http://patchwork.ozlabs.org/api/patches/807812/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504115149-26864-3-git-send-email-ktraynor@redhat.com/",
            "msgid": "<1504115149-26864-3-git-send-email-ktraynor@redhat.com>",
            "list_archive_url": null,
            "date": "2017-08-30T17:45:49",
            "name": "[ovs-dev,3/3] dpif-netdev: Calculate rxq cycles prior to rxq_cycle_sort calls.",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/1504115149-26864-3-git-send-email-ktraynor@redhat.com/mbox/"
        }
    ]
}