Show a series.

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

{
    "id": 28754,
    "url": "http://patchwork.dpdk.org/api/1.0/series/28754/?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": "tests/power_telemetry: update to add runpath to query tool args",
    "date": "2023-06-30T17:27:56",
    "submitter": {
        "id": 3067,
        "url": "http://patchwork.dpdk.org/api/1.0/people/3067/?format=api",
        "name": "Karen Kelly",
        "email": "karen.kelly@intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/28754/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 129170,
            "url": "http://patchwork.dpdk.org/api/1.0/patches/129170/?format=api",
            "msgid": "<20230630172756.128108-1-karen.kelly@intel.com>",
            "date": "2023-06-30T17:27:56",
            "name": "tests/power_telemetry: update to add runpath to query tool args",
            "mbox": "http://patchwork.dpdk.org/project/dts/patch/20230630172756.128108-1-karen.kelly@intel.com/mbox/"
        }
    ]
}