Show a series.

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

{
    "id": 31779,
    "url": "http://patches.dpdk.org/api/series/31779/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=31779",
    "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": "[v7] ethdev: fix strict aliasing lead to link cannot be up",
    "date": "2024-04-18T07:28:18",
    "submitter": {
        "id": 2146,
        "url": "http://patches.dpdk.org/api/people/2146/?format=api",
        "name": "fengchengwen",
        "email": "fengchengwen@huawei.com"
    },
    "version": 7,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/31779/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 139480,
            "url": "http://patches.dpdk.org/api/patches/139480/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20240418072818.2074-1-fengchengwen@huawei.com/",
            "msgid": "<20240418072818.2074-1-fengchengwen@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20240418072818.2074-1-fengchengwen@huawei.com",
            "date": "2024-04-18T07:28:18",
            "name": "[v7] ethdev: fix strict aliasing lead to link cannot be up",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20240418072818.2074-1-fengchengwen@huawei.com/mbox/"
        }
    ]
}