Show a series.

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

{
    "id": 10392,
    "url": "http://patches.dpdk.org/api/series/10392/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=10392",
    "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": "[1/2] cryptodev: add function to check if qp was setup",
    "date": "2020-06-10T18:53:07",
    "submitter": {
        "id": 452,
        "url": "http://patches.dpdk.org/api/people/452/?format=api",
        "name": "Arkadiusz Kusztal",
        "email": "arkadiuszx.kusztal@intel.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/10392/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 71211,
            "url": "http://patches.dpdk.org/api/patches/71211/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200610185308.15220-1-arkadiuszx.kusztal@intel.com/",
            "msgid": "<20200610185308.15220-1-arkadiuszx.kusztal@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200610185308.15220-1-arkadiuszx.kusztal@intel.com",
            "date": "2020-06-10T18:53:07",
            "name": "[1/2] cryptodev: add function to check if qp was setup",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200610185308.15220-1-arkadiuszx.kusztal@intel.com/mbox/"
        },
        {
            "id": 71212,
            "url": "http://patches.dpdk.org/api/patches/71212/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200610185308.15220-2-arkadiuszx.kusztal@intel.com/",
            "msgid": "<20200610185308.15220-2-arkadiuszx.kusztal@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200610185308.15220-2-arkadiuszx.kusztal@intel.com",
            "date": "2020-06-10T18:53:08",
            "name": "[2/2] cryptodev: add cryptodev trace in multi process function",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200610185308.15220-2-arkadiuszx.kusztal@intel.com/mbox/"
        }
    ]
}