Show a series.

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

{
    "id": 33,
    "url": "http://patches.dpdk.org/api/1.0/series/33/?format=api",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/1.0/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk"
    },
    "name": "examples/vm_power: 100% Busy Polling",
    "date": "2018-06-07T07:36:59",
    "submitter": {
        "id": 342,
        "url": "http://patches.dpdk.org/api/1.0/people/342/?format=api",
        "name": "Hunt, David",
        "email": "david.hunt@intel.com"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/33/mbox/",
    "cover_letter": {
        "id": 40769,
        "url": "http://patches.dpdk.org/api/1.0/covers/40769/?format=api",
        "msgid": "<20180607073705.32895-1-david.hunt@intel.com>",
        "date": "2018-06-07T07:36:59",
        "name": "[dpdk-dev,v1,0/6] examples/vm_power: 100% Busy Polling"
    },
    "patches": [
        {
            "id": 40770,
            "url": "http://patches.dpdk.org/api/1.0/patches/40770/?format=api",
            "msgid": "<20180607073705.32895-2-david.hunt@intel.com>",
            "date": "2018-06-07T07:37:00",
            "name": "[dpdk-dev,v1,1/6] examples/vm_power: add check for port count",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180607073705.32895-2-david.hunt@intel.com/mbox/"
        },
        {
            "id": 40771,
            "url": "http://patches.dpdk.org/api/1.0/patches/40771/?format=api",
            "msgid": "<20180607073705.32895-3-david.hunt@intel.com>",
            "date": "2018-06-07T07:37:01",
            "name": "[dpdk-dev,v1,2/6] examples/vm_power: add core list parameter",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180607073705.32895-3-david.hunt@intel.com/mbox/"
        },
        {
            "id": 40772,
            "url": "http://patches.dpdk.org/api/1.0/patches/40772/?format=api",
            "msgid": "<20180607073705.32895-4-david.hunt@intel.com>",
            "date": "2018-06-07T07:37:02",
            "name": "[dpdk-dev,v1,3/6] examples/vm_power: add oob monitoring functions",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180607073705.32895-4-david.hunt@intel.com/mbox/"
        },
        {
            "id": 40773,
            "url": "http://patches.dpdk.org/api/1.0/patches/40773/?format=api",
            "msgid": "<20180607073705.32895-5-david.hunt@intel.com>",
            "date": "2018-06-07T07:37:03",
            "name": "[dpdk-dev,v1,4/6] examples/vm_power: allow greater than 64 cores",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180607073705.32895-5-david.hunt@intel.com/mbox/"
        },
        {
            "id": 40774,
            "url": "http://patches.dpdk.org/api/1.0/patches/40774/?format=api",
            "msgid": "<20180607073705.32895-6-david.hunt@intel.com>",
            "date": "2018-06-07T07:37:04",
            "name": "[dpdk-dev,v1,5/6] examples/vm_power: add thread for oob core monitor",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180607073705.32895-6-david.hunt@intel.com/mbox/"
        },
        {
            "id": 40775,
            "url": "http://patches.dpdk.org/api/1.0/patches/40775/?format=api",
            "msgid": "<20180607073705.32895-7-david.hunt@intel.com>",
            "date": "2018-06-07T07:37:05",
            "name": "[dpdk-dev,v1,6/6] examples/vm_power: add port-list to command line",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180607073705.32895-7-david.hunt@intel.com/mbox/"
        }
    ]
}