Show a series.

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

{
    "id": 6076,
    "url": "https://patches.dpdk.org/api/series/6076/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=6076",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/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",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "name": "vhost: remove rte_vhost_va_from_guest_pa from map file",
    "date": "2019-08-19T12:58:08",
    "submitter": {
        "id": 84,
        "url": "https://patches.dpdk.org/api/people/84/?format=api",
        "name": "Harris, James R",
        "email": "james.r.harris@intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/6076/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 57756,
            "url": "https://patches.dpdk.org/api/patches/57756/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/156621948797.9571.17549862831374094643.stgit@jrharri1-skx/",
            "msgid": "<156621948797.9571.17549862831374094643.stgit@jrharri1-skx>",
            "list_archive_url": "https://inbox.dpdk.org/dev/156621948797.9571.17549862831374094643.stgit@jrharri1-skx",
            "date": "2019-08-19T12:58:08",
            "name": "vhost: remove rte_vhost_va_from_guest_pa from map file",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/156621948797.9571.17549862831374094643.stgit@jrharri1-skx/mbox/"
        }
    ]
}