Show a series.

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

{
    "id": 21219,
    "url": "https://patches.dpdk.org/api/series/21219/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=21219",
    "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": "examples/flow_classify: fix spelling when log error",
    "date": "2022-01-18T02:49:34",
    "submitter": {
        "id": 2486,
        "url": "https://patches.dpdk.org/api/people/2486/?format=api",
        "name": "Chuanshe Zhang",
        "email": "zhangchuanshe@icloudshield.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/21219/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 105982,
            "url": "https://patches.dpdk.org/api/patches/105982/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1642474174-3963-1-git-send-email-zhangchuanshe@icloudshield.com/",
            "msgid": "<1642474174-3963-1-git-send-email-zhangchuanshe@icloudshield.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1642474174-3963-1-git-send-email-zhangchuanshe@icloudshield.com",
            "date": "2022-01-18T02:49:34",
            "name": "examples/flow_classify: fix spelling when log error",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1642474174-3963-1-git-send-email-zhangchuanshe@icloudshield.com/mbox/"
        }
    ]
}