Show a series.

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

{
    "id": 26853,
    "url": "http://patches.dpdk.org/api/series/26853/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=26853",
    "project": {
        "id": 1,
        "url": "http://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": "Add control queue & MQ support to Virtio-user vDPA",
    "date": "2023-02-07T15:15:43",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 1,
    "total": 21,
    "received_total": 4,
    "received_all": false,
    "mbox": "http://patches.dpdk.org/series/26853/mbox/",
    "cover_letter": {
        "id": 123270,
        "url": "http://patches.dpdk.org/api/covers/123270/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230207151602.245668-1-maxime.coquelin@redhat.com/",
        "msgid": "<20230207151602.245668-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20230207151602.245668-1-maxime.coquelin@redhat.com",
        "date": "2023-02-07T15:15:41",
        "name": "[00/21] Add control queue & MQ support to Virtio-user vDPA",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230207151602.245668-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 123271,
            "url": "http://patches.dpdk.org/api/patches/123271/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-2-maxime.coquelin@redhat.com/",
            "msgid": "<20230207151602.245668-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230207151602.245668-2-maxime.coquelin@redhat.com",
            "date": "2023-02-07T15:15:42",
            "name": "[01/21] net/virtio: move CVQ code into a dedicated file",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123269,
            "url": "http://patches.dpdk.org/api/patches/123269/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-3-maxime.coquelin@redhat.com/",
            "msgid": "<20230207151602.245668-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230207151602.245668-3-maxime.coquelin@redhat.com",
            "date": "2023-02-07T15:15:43",
            "name": "[02/21] net/virtio: introduce notify callback for control queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123273,
            "url": "http://patches.dpdk.org/api/patches/123273/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-4-maxime.coquelin@redhat.com/",
            "msgid": "<20230207151602.245668-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230207151602.245668-4-maxime.coquelin@redhat.com",
            "date": "2023-02-07T15:15:44",
            "name": "[03/21] net/virtio: virtqueue headers alloc refactoring",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-4-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 123272,
            "url": "http://patches.dpdk.org/api/patches/123272/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-5-maxime.coquelin@redhat.com/",
            "msgid": "<20230207151602.245668-5-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230207151602.245668-5-maxime.coquelin@redhat.com",
            "date": "2023-02-07T15:15:45",
            "name": "[04/21] net/virtio: remove port ID info from Rx queue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230207151602.245668-5-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}