Show a series.

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

{
    "id": 18653,
    "url": "http://patches.dpdk.org/api/series/18653/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=18653",
    "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": "vhost: call destroy_device always in vhost_destroy_device_notify",
    "date": "2021-09-03T07:56:37",
    "submitter": {
        "id": 1528,
        "url": "http://patches.dpdk.org/api/people/1528/?format=api",
        "name": "Li Feng",
        "email": "fengli@smartx.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/18653/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 97876,
            "url": "http://patches.dpdk.org/api/patches/97876/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20210903075637.2201185-1-fengli@smartx.com/",
            "msgid": "<20210903075637.2201185-1-fengli@smartx.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210903075637.2201185-1-fengli@smartx.com",
            "date": "2021-09-03T07:56:37",
            "name": "vhost: call destroy_device always in vhost_destroy_device_notify",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20210903075637.2201185-1-fengli@smartx.com/mbox/"
        }
    ]
}