Show a series.

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

{
    "id": 20186,
    "url": "http://patches.dpdk.org/api/series/20186/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=20186",
    "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": "bugfix for multi process of hns3 PMD",
    "date": "2021-11-02T01:38:26",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/20186/mbox/",
    "cover_letter": {
        "id": 103379,
        "url": "http://patches.dpdk.org/api/covers/103379/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20211102013829.42345-1-humin29@huawei.com/",
        "msgid": "<20211102013829.42345-1-humin29@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20211102013829.42345-1-humin29@huawei.com",
        "date": "2021-11-02T01:38:25",
        "name": "[0/4] bugfix for multi process of hns3 PMD",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20211102013829.42345-1-humin29@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 103375,
            "url": "http://patches.dpdk.org/api/patches/103375/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-2-humin29@huawei.com/",
            "msgid": "<20211102013829.42345-2-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20211102013829.42345-2-humin29@huawei.com",
            "date": "2021-11-02T01:38:26",
            "name": "[1/4] net/hns3: decrease the count when secondary process exits",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-2-humin29@huawei.com/mbox/"
        },
        {
            "id": 103376,
            "url": "http://patches.dpdk.org/api/patches/103376/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-3-humin29@huawei.com/",
            "msgid": "<20211102013829.42345-3-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20211102013829.42345-3-humin29@huawei.com",
            "date": "2021-11-02T01:38:27",
            "name": "[2/4] net/hns3: fix MP action register and unregister",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-3-humin29@huawei.com/mbox/"
        },
        {
            "id": 103378,
            "url": "http://patches.dpdk.org/api/patches/103378/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-4-humin29@huawei.com/",
            "msgid": "<20211102013829.42345-4-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20211102013829.42345-4-humin29@huawei.com",
            "date": "2021-11-02T01:38:28",
            "name": "[3/4] net/hns3: fix lack of unregistering MP action for secondary",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-4-humin29@huawei.com/mbox/"
        },
        {
            "id": 103377,
            "url": "http://patches.dpdk.org/api/patches/103377/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-5-humin29@huawei.com/",
            "msgid": "<20211102013829.42345-5-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20211102013829.42345-5-humin29@huawei.com",
            "date": "2021-11-02T01:38:29",
            "name": "[4/4] net/hns3: refactor multi-process initialization",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211102013829.42345-5-humin29@huawei.com/mbox/"
        }
    ]
}