Show a series.

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

{
    "id": 25889,
    "url": "https://patches.dpdk.org/api/series/25889/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=25889",
    "project": {
        "id": 1,
        "url": "https://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": "[v7] examples/distributor: remove dead code and renaming Rx,Tx",
    "date": "2022-11-24T20:31:24",
    "submitter": {
        "id": 2668,
        "url": "https://patches.dpdk.org/api/people/2668/?format=api",
        "name": "Abdullah Ömer Yamaç",
        "email": "omer.yamac@ceng.metu.edu.tr"
    },
    "version": 7,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/25889/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 120141,
            "url": "https://patches.dpdk.org/api/patches/120141/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20221124203124.2253871-1-omer.yamac@ceng.metu.edu.tr/",
            "msgid": "<20221124203124.2253871-1-omer.yamac@ceng.metu.edu.tr>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20221124203124.2253871-1-omer.yamac@ceng.metu.edu.tr",
            "date": "2022-11-24T20:31:24",
            "name": "[v7] examples/distributor: remove dead code and renaming Rx,Tx",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20221124203124.2253871-1-omer.yamac@ceng.metu.edu.tr/mbox/"
        }
    ]
}