Show a series.

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

{
    "id": 40,
    "url": "http://patches.dpdk.org/api/1.0/series/40/?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": "vhost: support host notifier",
    "date": "2018-06-08T03:22:22",
    "submitter": {
        "id": 617,
        "url": "http://patches.dpdk.org/api/1.0/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/40/mbox/",
    "cover_letter": {
        "id": 40801,
        "url": "http://patches.dpdk.org/api/1.0/covers/40801/?format=api",
        "msgid": "<20180608032224.22049-1-tiwei.bie@intel.com>",
        "date": "2018-06-08T03:22:22",
        "name": "[dpdk-dev,v3,0/2] vhost: support host notifier"
    },
    "patches": [
        {
            "id": 40803,
            "url": "http://patches.dpdk.org/api/1.0/patches/40803/?format=api",
            "msgid": "<20180608032224.22049-2-tiwei.bie@intel.com>",
            "date": "2018-06-08T03:22:23",
            "name": "[dpdk-dev,v3,1/2] vhost: support host notifier",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180608032224.22049-2-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 40802,
            "url": "http://patches.dpdk.org/api/1.0/patches/40802/?format=api",
            "msgid": "<20180608032224.22049-3-tiwei.bie@intel.com>",
            "date": "2018-06-08T03:22:24",
            "name": "[dpdk-dev,v3,2/2] net/ifcvf: enable the host notifier support",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180608032224.22049-3-tiwei.bie@intel.com/mbox/"
        }
    ]
}