Show a series.

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

{
    "id": 15826,
    "url": "https://patches.dpdk.org/api/series/15826/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=15826",
    "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: make virtqueue cache-friendly",
    "date": "2021-03-23T09:02:16",
    "submitter": {
        "id": 512,
        "url": "https://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 4,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/15826/mbox/",
    "cover_letter": {
        "id": 89671,
        "url": "https://patches.dpdk.org/api/covers/89671/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20210323090219.126712-1-maxime.coquelin@redhat.com/",
        "msgid": "<20210323090219.126712-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20210323090219.126712-1-maxime.coquelin@redhat.com",
        "date": "2021-03-23T09:02:16",
        "name": "[v4,0/3] vhost: make virtqueue cache-friendly",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20210323090219.126712-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 89672,
            "url": "https://patches.dpdk.org/api/patches/89672/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210323090219.126712-2-maxime.coquelin@redhat.com/",
            "msgid": "<20210323090219.126712-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210323090219.126712-2-maxime.coquelin@redhat.com",
            "date": "2021-03-23T09:02:17",
            "name": "[v4,1/3] vhost: remove unused Vhost virtqueue field",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210323090219.126712-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 89673,
            "url": "https://patches.dpdk.org/api/patches/89673/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210323090219.126712-3-maxime.coquelin@redhat.com/",
            "msgid": "<20210323090219.126712-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210323090219.126712-3-maxime.coquelin@redhat.com",
            "date": "2021-03-23T09:02:18",
            "name": "[v4,2/3] vhost: move dirty logging cache out of the virtqueue",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210323090219.126712-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 89674,
            "url": "https://patches.dpdk.org/api/patches/89674/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210323090219.126712-4-maxime.coquelin@redhat.com/",
            "msgid": "<20210323090219.126712-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210323090219.126712-4-maxime.coquelin@redhat.com",
            "date": "2021-03-23T09:02:19",
            "name": "[v4,3/3] vhost: optimize vhost virtqueue struct",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210323090219.126712-4-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}