Show a series.

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

{
    "id": 16393,
    "url": "https://patches.dpdk.org/api/series/16393/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=16393",
    "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": "test/power: fix bugs in cpufreq test",
    "date": "2021-04-15T05:59:28",
    "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/16393/mbox/",
    "cover_letter": {
        "id": 91536,
        "url": "https://patches.dpdk.org/api/covers/91536/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20210415055930.3899-1-richael.zhuang@arm.com/",
        "msgid": "<20210415055930.3899-1-richael.zhuang@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20210415055930.3899-1-richael.zhuang@arm.com",
        "date": "2021-04-15T05:59:28",
        "name": "[v5,0/2] test/power: fix bugs in cpufreq test",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20210415055930.3899-1-richael.zhuang@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 91537,
            "url": "https://patches.dpdk.org/api/patches/91537/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210415055930.3899-2-richael.zhuang@arm.com/",
            "msgid": "<20210415055930.3899-2-richael.zhuang@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210415055930.3899-2-richael.zhuang@arm.com",
            "date": "2021-04-15T05:59:29",
            "name": "[v5,1/2] test/power: add delay before checking cpuinfo cur freq",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210415055930.3899-2-richael.zhuang@arm.com/mbox/"
        },
        {
            "id": 91538,
            "url": "https://patches.dpdk.org/api/patches/91538/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210415055930.3899-3-richael.zhuang@arm.com/",
            "msgid": "<20210415055930.3899-3-richael.zhuang@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210415055930.3899-3-richael.zhuang@arm.com",
            "date": "2021-04-15T05:59:30",
            "name": "[v5,2/2] test/power: round cpuinfo cur freq value in cpufreq autotest",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210415055930.3899-3-richael.zhuang@arm.com/mbox/"
        }
    ]
}