Show a series.

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

{
    "id": 5086,
    "url": "http://patches.dpdk.org/api/series/5086/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5086",
    "project": {
        "id": 1,
        "url": "http://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": "rawdev autotest fixes",
    "date": "2019-06-19T17:08:00",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/5086/mbox/",
    "cover_letter": {
        "id": 55078,
        "url": "http://patches.dpdk.org/api/covers/55078/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190619170802.7691-1-bruce.richardson@intel.com/",
        "msgid": "<20190619170802.7691-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190619170802.7691-1-bruce.richardson@intel.com",
        "date": "2019-06-19T17:08:00",
        "name": "[0/2] rawdev autotest fixes",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190619170802.7691-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 55079,
            "url": "http://patches.dpdk.org/api/patches/55079/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190619170802.7691-2-bruce.richardson@intel.com/",
            "msgid": "<20190619170802.7691-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190619170802.7691-2-bruce.richardson@intel.com",
            "date": "2019-06-19T17:08:01",
            "name": "[1/2] raw/skeleton: fix failing test case",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190619170802.7691-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 55080,
            "url": "http://patches.dpdk.org/api/patches/55080/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190619170802.7691-3-bruce.richardson@intel.com/",
            "msgid": "<20190619170802.7691-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190619170802.7691-3-bruce.richardson@intel.com",
            "date": "2019-06-19T17:08:02",
            "name": "[2/2] app/test: add missing rawdev autotest to meson build",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190619170802.7691-3-bruce.richardson@intel.com/mbox/"
        }
    ]
}