Show a series.

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

{
    "id": 15666,
    "url": "https://patches.dpdk.org/api/series/15666/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=15666",
    "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": "net/virtio: make virtqueue struct cache-friendly",
    "date": "2021-03-15T16:46:16",
    "submitter": {
        "id": 512,
        "url": "https://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/15666/mbox/",
    "cover_letter": {
        "id": 89152,
        "url": "https://patches.dpdk.org/api/covers/89152/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20210315164619.372575-1-maxime.coquelin@redhat.com/",
        "msgid": "<20210315164619.372575-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20210315164619.372575-1-maxime.coquelin@redhat.com",
        "date": "2021-03-15T16:46:15",
        "name": "[v3,0/4] net/virtio: make virtqueue struct cache-friendly",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20210315164619.372575-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 89151,
            "url": "https://patches.dpdk.org/api/patches/89151/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-2-maxime.coquelin@redhat.com/",
            "msgid": "<20210315164619.372575-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210315164619.372575-2-maxime.coquelin@redhat.com",
            "date": "2021-03-15T16:46:16",
            "name": "[v3,1/4] net/virtio: remove reference to virtqueue in vrings",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 89153,
            "url": "https://patches.dpdk.org/api/patches/89153/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-3-maxime.coquelin@redhat.com/",
            "msgid": "<20210315164619.372575-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210315164619.372575-3-maxime.coquelin@redhat.com",
            "date": "2021-03-15T16:46:17",
            "name": "[v3,2/4] net/virtio: improve queue init error path",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 89154,
            "url": "https://patches.dpdk.org/api/patches/89154/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-4-maxime.coquelin@redhat.com/",
            "msgid": "<20210315164619.372575-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210315164619.372575-4-maxime.coquelin@redhat.com",
            "date": "2021-03-15T16:46:18",
            "name": "[v3,3/4] net/virtio: allocate fake mbuf in Rx queue",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-4-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 89155,
            "url": "https://patches.dpdk.org/api/patches/89155/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-5-maxime.coquelin@redhat.com/",
            "msgid": "<20210315164619.372575-5-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210315164619.372575-5-maxime.coquelin@redhat.com",
            "date": "2021-03-15T16:46:19",
            "name": "[v3,4/4] net/virtio: pack virtqueue struct",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210315164619.372575-5-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}