Show a series.

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

{
    "id": 21649,
    "url": "https://patches.dpdk.org/api/series/21649/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=21649",
    "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": "common/mlx5: fix QP ack timeout configuration",
    "date": "2022-02-14T06:03:19",
    "submitter": {
        "id": 2517,
        "url": "https://patches.dpdk.org/api/people/2517/?format=api",
        "name": "Yajun Wu",
        "email": "yajunw@nvidia.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/21649/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 107410,
            "url": "https://patches.dpdk.org/api/patches/107410/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220214060319.1669846-1-yajunw@nvidia.com/",
            "msgid": "<20220214060319.1669846-1-yajunw@nvidia.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220214060319.1669846-1-yajunw@nvidia.com",
            "date": "2022-02-14T06:03:19",
            "name": "common/mlx5: fix QP ack timeout configuration",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220214060319.1669846-1-yajunw@nvidia.com/mbox/"
        }
    ]
}