Show a series.

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

{
    "id": 14565,
    "url": "http://patchwork.dpdk.org/api/1.0/series/14565/?format=api",
    "project": {
        "id": 3,
        "url": "http://patchwork.dpdk.org/api/1.0/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/"
    },
    "name": "[V1] tests/vswitch_sample_cbdma:add test suite sync with test plan",
    "date": "2021-01-07T10:35:07",
    "submitter": {
        "id": 1828,
        "url": "http://patchwork.dpdk.org/api/1.0/people/1828/?format=api",
        "name": "Ling, WeiX",
        "email": "weix.ling@intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/14565/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 86079,
            "url": "http://patchwork.dpdk.org/api/1.0/patches/86079/?format=api",
            "msgid": "<20210107103507.3793974-1-weix.ling@intel.com>",
            "date": "2021-01-07T10:35:07",
            "name": "[V1] tests/vswitch_sample_cbdma:add test suite sync with test plan",
            "mbox": "http://patchwork.dpdk.org/project/dts/patch/20210107103507.3793974-1-weix.ling@intel.com/mbox/"
        }
    ]
}