Show a series.

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

{
    "id": 22761,
    "url": "http://patches.dpdk.org/api/series/22761/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=22761",
    "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": "tap: fix write-after-free and double free of intr_handle",
    "date": "2022-05-02T19:22:37",
    "submitter": {
        "id": 2676,
        "url": "http://patches.dpdk.org/api/people/2676/?format=api",
        "name": "Quentin Armitage",
        "email": "quentin@armitage.org.uk"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/22761/mbox/",
    "cover_letter": {
        "id": 110565,
        "url": "http://patches.dpdk.org/api/covers/110565/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20220502192238.348172-1-quentin@armitage.org.uk/",
        "msgid": "<20220502192238.348172-1-quentin@armitage.org.uk>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20220502192238.348172-1-quentin@armitage.org.uk",
        "date": "2022-05-02T19:22:37",
        "name": "[0/1] tap: fix write-after-free and double free of intr_handle",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20220502192238.348172-1-quentin@armitage.org.uk/mbox/"
    },
    "patches": [
        {
            "id": 110566,
            "url": "http://patches.dpdk.org/api/patches/110566/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220502192238.348172-2-quentin@armitage.org.uk/",
            "msgid": "<20220502192238.348172-2-quentin@armitage.org.uk>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220502192238.348172-2-quentin@armitage.org.uk",
            "date": "2022-05-02T19:22:38",
            "name": "[1/1] tap: fix write-after-free and double free of intr_handle",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220502192238.348172-2-quentin@armitage.org.uk/mbox/"
        }
    ]
}