Show a series.

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

{
    "id": 29452,
    "url": "http://patchwork.dpdk.org/api/1.0/series/29452/?format=api",
    "project": {
        "id": 5,
        "url": "http://patchwork.dpdk.org/api/1.0/projects/5/?format=api",
        "name": "CI",
        "link_name": "ci",
        "list_id": "ci.dpdk.org",
        "list_email": "ci@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dpdk-ci",
        "webscm_url": "https://git.dpdk.org/tools/dpdk-ci/"
    },
    "name": "tools: Add script for getting rerun requests",
    "date": "2023-09-07T20:45:54",
    "submitter": {
        "id": 2772,
        "url": "http://patchwork.dpdk.org/api/1.0/people/2772/?format=api",
        "name": "Jeremy Spewock",
        "email": "jspewock@iol.unh.edu"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/29452/mbox/",
    "cover_letter": {
        "id": 120,
        "url": "http://patchwork.dpdk.org/api/1.0/covers/120/?format=api",
        "msgid": "<20230907205551.19066-2-jspewock@iol.unh.edu>",
        "date": "2023-09-07T20:45:54",
        "name": "[v2,0/1] tools: Add script for getting rerun requests"
    },
    "patches": [
        {
            "id": 131237,
            "url": "http://patchwork.dpdk.org/api/1.0/patches/131237/?format=api",
            "msgid": "<20230907205551.19066-3-jspewock@iol.unh.edu>",
            "date": "2023-09-07T20:45:55",
            "name": "[v2,1/1] tools: add get_reruns script",
            "mbox": "http://patchwork.dpdk.org/project/ci/patch/20230907205551.19066-3-jspewock@iol.unh.edu/mbox/"
        }
    ]
}