Show a series.

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

{
    "id": 31918,
    "url": "https://patches.dpdk.org/api/series/31918/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=31918",
    "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": "[v5] This patch introduces a new flag RTE_VHOST_USER_ASYNC_CONNECT, which in combination with the flag RTE_VHOST_USER_CLIENT makes rte_vhost_driver_start connect asynchronously to the vhost server.",
    "date": "2024-05-14T09:13:26",
    "submitter": {
        "id": 3319,
        "url": "https://patches.dpdk.org/api/people/3319/?format=api",
        "name": "Daniil Ushkov",
        "email": "daniil.ushkov@yandex.ru"
    },
    "version": 5,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/31918/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 140052,
            "url": "https://patches.dpdk.org/api/patches/140052/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20240514091327.441533-1-daniil.ushkov@yandex.ru/",
            "msgid": "<20240514091327.441533-1-daniil.ushkov@yandex.ru>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20240514091327.441533-1-daniil.ushkov@yandex.ru",
            "date": "2024-05-14T09:13:26",
            "name": "[v5] This patch introduces a new flag RTE_VHOST_USER_ASYNC_CONNECT, which in combination with the flag RTE_VHOST_USER_CLIENT makes rte_vhost_driver_start connect asynchronously to the vhost server.",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20240514091327.441533-1-daniil.ushkov@yandex.ru/mbox/"
        }
    ]
}