Show a series.

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

{
    "id": 30394,
    "url": "https://patches.dpdk.org/api/series/30394/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=30394",
    "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": "fix some bug for hns3",
    "date": "2023-11-27T13:39:00",
    "submitter": {
        "id": 3066,
        "url": "https://patches.dpdk.org/api/people/3066/?format=api",
        "name": "Dengdui Huang",
        "email": "huangdengdui@huawei.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/30394/mbox/",
    "cover_letter": {
        "id": 436,
        "url": "https://patches.dpdk.org/api/covers/436/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20231127133903.1138657-1-huangdengdui@huawei.com/",
        "msgid": "<20231127133903.1138657-1-huangdengdui@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20231127133903.1138657-1-huangdengdui@huawei.com",
        "date": "2023-11-27T13:39:00",
        "name": "[0/3] fix some bug for hns3",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20231127133903.1138657-1-huangdengdui@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 134622,
            "url": "https://patches.dpdk.org/api/patches/134622/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20231127133903.1138657-2-huangdengdui@huawei.com/",
            "msgid": "<20231127133903.1138657-2-huangdengdui@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231127133903.1138657-2-huangdengdui@huawei.com",
            "date": "2023-11-27T13:39:01",
            "name": "[1/3] net/hns3: fix reset detect be ignored",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20231127133903.1138657-2-huangdengdui@huawei.com/mbox/"
        },
        {
            "id": 134620,
            "url": "https://patches.dpdk.org/api/patches/134620/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20231127133903.1138657-3-huangdengdui@huawei.com/",
            "msgid": "<20231127133903.1138657-3-huangdengdui@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231127133903.1138657-3-huangdengdui@huawei.com",
            "date": "2023-11-27T13:39:02",
            "name": "[2/3] net/hns3: fix VF wrong clear reset status",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20231127133903.1138657-3-huangdengdui@huawei.com/mbox/"
        },
        {
            "id": 134621,
            "url": "https://patches.dpdk.org/api/patches/134621/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20231127133903.1138657-4-huangdengdui@huawei.com/",
            "msgid": "<20231127133903.1138657-4-huangdengdui@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231127133903.1138657-4-huangdengdui@huawei.com",
            "date": "2023-11-27T13:39:03",
            "name": "[3/3] net/hns3: fix the VF reset interrupted possibly",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20231127133903.1138657-4-huangdengdui@huawei.com/mbox/"
        }
    ]
}