Show a series.

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

{
    "id": 30655,
    "url": "http://patchwork.dpdk.org/api/series/30655/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=30655",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "[v7,1/1] net/af_xdp: fix multi interface support for K8s",
    "date": "2023-12-22T11:04:31",
    "submitter": {
        "id": 3236,
        "url": "http://patchwork.dpdk.org/api/people/3236/?format=api",
        "name": "Maryam Tahhan",
        "email": "mtahhan@redhat.com"
    },
    "version": 7,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/30655/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 135499,
            "url": "http://patchwork.dpdk.org/api/patches/135499/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20231222110441.2507650-1-mtahhan@redhat.com/",
            "msgid": "<20231222110441.2507650-1-mtahhan@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231222110441.2507650-1-mtahhan@redhat.com",
            "date": "2023-12-22T11:04:31",
            "name": "[v7,1/1] net/af_xdp: fix multi interface support for K8s",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20231222110441.2507650-1-mtahhan@redhat.com/mbox/"
        }
    ]
}