Show a series.

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

{
    "id": 30452,
    "url": "http://patches.dpdk.org/api/series/30452/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=30452",
    "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] common/cnxk: support to dump debug info to file",
    "date": "2023-12-05T09:45:38",
    "submitter": {
        "id": 2289,
        "url": "http://patches.dpdk.org/api/people/2289/?format=api",
        "name": "Rakesh Kudurumalla",
        "email": "rkudurumalla@marvell.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/30452/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 134867,
            "url": "http://patches.dpdk.org/api/patches/134867/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20231205094539.1377142-1-rkudurumalla@marvell.com/",
            "msgid": "<20231205094539.1377142-1-rkudurumalla@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231205094539.1377142-1-rkudurumalla@marvell.com",
            "date": "2023-12-05T09:45:38",
            "name": "[1/2] common/cnxk: support to dump debug info to file",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20231205094539.1377142-1-rkudurumalla@marvell.com/mbox/"
        },
        {
            "id": 134869,
            "url": "http://patches.dpdk.org/api/patches/134869/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20231205094539.1377142-2-rkudurumalla@marvell.com/",
            "msgid": "<20231205094539.1377142-2-rkudurumalla@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231205094539.1377142-2-rkudurumalla@marvell.com",
            "date": "2023-12-05T09:45:39",
            "name": "[2/2] net/cnxk: dump Rx descriptor info to file",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20231205094539.1377142-2-rkudurumalla@marvell.com/mbox/"
        }
    ]
}