Show a series.

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

{
    "id": 30350,
    "url": "http://patchwork.dpdk.org/api/series/30350/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=30350",
    "project": {
        "id": 1,
        "url": "http://patchwork.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/ipsec-secgw: fix cmp_sa_key bug",
    "date": "2023-11-22T06:49:53",
    "submitter": {
        "id": 3229,
        "url": "http://patchwork.dpdk.org/api/people/3229/?format=api",
        "name": "supeng",
        "email": "speng975@aliyun.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/30350/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 134519,
            "url": "http://patchwork.dpdk.org/api/patches/134519/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20231122064953.57368-1-speng975@aliyun.com/",
            "msgid": "<20231122064953.57368-1-speng975@aliyun.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231122064953.57368-1-speng975@aliyun.com",
            "date": "2023-11-22T06:49:53",
            "name": "examples/ipsec-secgw: fix cmp_sa_key bug",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20231122064953.57368-1-speng975@aliyun.com/mbox/"
        }
    ]
}