Show a series.

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

{
    "id": 25618,
    "url": "https://patches.dpdk.org/api/series/25618/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=25618",
    "project": {
        "id": 1,
        "url": "https://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": "net/bonding: fix mbuf fast free for bond3 and bond4",
    "date": "2022-11-08T08:40:37",
    "submitter": {
        "id": 2085,
        "url": "https://patches.dpdk.org/api/people/2085/?format=api",
        "name": "lihuisong (C)",
        "email": "lihuisong@huawei.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/25618/mbox/",
    "cover_letter": {
        "id": 119547,
        "url": "https://patches.dpdk.org/api/covers/119547/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20221108084038.25136-1-lihuisong@huawei.com/",
        "msgid": "<20221108084038.25136-1-lihuisong@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20221108084038.25136-1-lihuisong@huawei.com",
        "date": "2022-11-08T08:40:36",
        "name": "[0/2] net/bonding: fix mbuf fast free for bond3 and bond4",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20221108084038.25136-1-lihuisong@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 119545,
            "url": "https://patches.dpdk.org/api/patches/119545/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20221108084038.25136-2-lihuisong@huawei.com/",
            "msgid": "<20221108084038.25136-2-lihuisong@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20221108084038.25136-2-lihuisong@huawei.com",
            "date": "2022-11-08T08:40:37",
            "name": "[1/2] net/bonding: fix bond3 and bond4 process mbuf fast free",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20221108084038.25136-2-lihuisong@huawei.com/mbox/"
        },
        {
            "id": 119546,
            "url": "https://patches.dpdk.org/api/patches/119546/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20221108084038.25136-3-lihuisong@huawei.com/",
            "msgid": "<20221108084038.25136-3-lihuisong@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20221108084038.25136-3-lihuisong@huawei.com",
            "date": "2022-11-08T08:40:38",
            "name": "[2/2] app/testpmd: remove fast free offload for bond3 and bond4",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20221108084038.25136-3-lihuisong@huawei.com/mbox/"
        }
    ]
}