Show a series.

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

{
    "id": 21311,
    "url": "http://patches.dpdk.org/api/series/21311/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=21311",
    "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": "Removes FDs from VhostUserMessage structure",
    "date": "2022-01-23T11:59:26",
    "submitter": {
        "id": 2496,
        "url": "http://patches.dpdk.org/api/people/2496/?format=api",
        "name": "Christophe Fontaine",
        "email": "cfontain@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/21311/mbox/",
    "cover_letter": {
        "id": 106234,
        "url": "http://patches.dpdk.org/api/covers/106234/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20220123115927.76130-1-cfontain@redhat.com/",
        "msgid": "<20220123115927.76130-1-cfontain@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20220123115927.76130-1-cfontain@redhat.com",
        "date": "2022-01-23T11:59:26",
        "name": "[0/1] Removes FDs from VhostUserMessage structure",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20220123115927.76130-1-cfontain@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 106235,
            "url": "http://patches.dpdk.org/api/patches/106235/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220123115927.76130-2-cfontain@redhat.com/",
            "msgid": "<20220123115927.76130-2-cfontain@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220123115927.76130-2-cfontain@redhat.com",
            "date": "2022-01-23T11:59:27",
            "name": "[1/1] vhost: Move fds outside of VhostUserMessage",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220123115927.76130-2-cfontain@redhat.com/mbox/"
        }
    ]
}