Show a series.

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

{
    "id": 29595,
    "url": "http://patchwork.dpdk.org/api/1.0/series/29595/?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-21T19:55:30",
    "submitter": {
        "id": 2772,
        "url": "http://patchwork.dpdk.org/api/1.0/people/2772/?format=api",
        "name": "Jeremy Spewock",
        "email": "jspewock@iol.unh.edu"
    },
    "version": 3,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/29595/mbox/",
    "cover_letter": {
        "id": 169,
        "url": "http://patchwork.dpdk.org/api/1.0/covers/169/?format=api",
        "msgid": "<20230921195637.11369-3-jspewock@iol.unh.edu>",
        "date": "2023-09-21T19:55:30",
        "name": "[v3,0/1] tools: Add script for getting rerun requests"
    },
    "patches": [
        {
            "id": 131807,
            "url": "http://patchwork.dpdk.org/api/1.0/patches/131807/?format=api",
            "msgid": "<20230921195637.11369-4-jspewock@iol.unh.edu>",
            "date": "2023-09-21T19:55:31",
            "name": "[v3,1/1] tools: add get_reruns script",
            "mbox": "http://patchwork.dpdk.org/project/ci/patch/20230921195637.11369-4-jspewock@iol.unh.edu/mbox/"
        }
    ]
}