Show a series.

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

{
    "id": 17481,
    "url": "https://patches.dpdk.org/api/series/17481/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=17481",
    "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": "power: add support for cppc cpufreq driver",
    "date": "2021-06-25T02:02:04",
    "submitter": {
        "id": 2178,
        "url": "https://patches.dpdk.org/api/people/2178/?format=api",
        "name": "Richael Zhuang",
        "email": "richael.zhuang@arm.com"
    },
    "version": 5,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/17481/mbox/",
    "cover_letter": {
        "id": 94803,
        "url": "https://patches.dpdk.org/api/covers/94803/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20210625020206.42284-1-richael.zhuang@arm.com/",
        "msgid": "<20210625020206.42284-1-richael.zhuang@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20210625020206.42284-1-richael.zhuang@arm.com",
        "date": "2021-06-25T02:02:04",
        "name": "[v5,0/2] power: add support for cppc cpufreq driver",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20210625020206.42284-1-richael.zhuang@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 94804,
            "url": "https://patches.dpdk.org/api/patches/94804/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210625020206.42284-2-richael.zhuang@arm.com/",
            "msgid": "<20210625020206.42284-2-richael.zhuang@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210625020206.42284-2-richael.zhuang@arm.com",
            "date": "2021-06-25T02:02:05",
            "name": "[v5,1/2] power: add support for cppc cpufreq",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210625020206.42284-2-richael.zhuang@arm.com/mbox/"
        },
        {
            "id": 94805,
            "url": "https://patches.dpdk.org/api/patches/94805/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210625020206.42284-3-richael.zhuang@arm.com/",
            "msgid": "<20210625020206.42284-3-richael.zhuang@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210625020206.42284-3-richael.zhuang@arm.com",
            "date": "2021-06-25T02:02:06",
            "name": "[v5,2/2] test/power: round cpuinfo cur freq only when using CPPC cpufreq",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210625020206.42284-3-richael.zhuang@arm.com/mbox/"
        }
    ]
}