Show a series.

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

{
    "id": 26670,
    "url": "https://patches.dpdk.org/api/series/26670/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=26670",
    "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": "Vhost: fix FD leaks and improve logs",
    "date": "2023-01-27T16:55:37",
    "submitter": {
        "id": 512,
        "url": "https://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/26670/mbox/",
    "cover_letter": {
        "id": 122603,
        "url": "https://patches.dpdk.org/api/covers/122603/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20230127165540.37863-1-maxime.coquelin@redhat.com/",
        "msgid": "<20230127165540.37863-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20230127165540.37863-1-maxime.coquelin@redhat.com",
        "date": "2023-01-27T16:55:37",
        "name": "[v2,0/2] Vhost: fix FD leaks and improve logs",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20230127165540.37863-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 122604,
            "url": "https://patches.dpdk.org/api/patches/122604/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20230127165540.37863-2-maxime.coquelin@redhat.com/",
            "msgid": "<20230127165540.37863-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230127165540.37863-2-maxime.coquelin@redhat.com",
            "date": "2023-01-27T16:55:38",
            "name": "[v2,1/2] vhost: fix possible FDs leak",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20230127165540.37863-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 122605,
            "url": "https://patches.dpdk.org/api/patches/122605/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20230127165540.37863-3-maxime.coquelin@redhat.com/",
            "msgid": "<20230127165540.37863-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230127165540.37863-3-maxime.coquelin@redhat.com",
            "date": "2023-01-27T16:55:39",
            "name": "[v2,2/2] vhost: fix possible FD leaks on MSG_TRUNC and MSG_CTRUNC",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20230127165540.37863-3-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}