Show a series.

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

{
    "id": 12055,
    "url": "http://patches.dpdk.org/api/series/12055/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12055",
    "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": "add FEC support",
    "date": "2020-09-09T12:36:32",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/12055/mbox/",
    "cover_letter": {
        "id": 77039,
        "url": "http://patches.dpdk.org/api/covers/77039/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1599654994-39640-1-git-send-email-humin29@huawei.com/",
        "msgid": "<1599654994-39640-1-git-send-email-humin29@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1599654994-39640-1-git-send-email-humin29@huawei.com",
        "date": "2020-09-09T12:36:31",
        "name": "[V3,0/3] add FEC support",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1599654994-39640-1-git-send-email-humin29@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 77038,
            "url": "http://patches.dpdk.org/api/patches/77038/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1599654994-39640-2-git-send-email-humin29@huawei.com/",
            "msgid": "<1599654994-39640-2-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1599654994-39640-2-git-send-email-humin29@huawei.com",
            "date": "2020-09-09T12:36:32",
            "name": "[V3,1/3] ethdev: introduce FEC API",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1599654994-39640-2-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 77041,
            "url": "http://patches.dpdk.org/api/patches/77041/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1599654994-39640-3-git-send-email-humin29@huawei.com/",
            "msgid": "<1599654994-39640-3-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1599654994-39640-3-git-send-email-humin29@huawei.com",
            "date": "2020-09-09T12:36:33",
            "name": "[V3,2/3] net/hns3: support FEC",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1599654994-39640-3-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 77040,
            "url": "http://patches.dpdk.org/api/patches/77040/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1599654994-39640-4-git-send-email-humin29@huawei.com/",
            "msgid": "<1599654994-39640-4-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1599654994-39640-4-git-send-email-humin29@huawei.com",
            "date": "2020-09-09T12:36:34",
            "name": "[V3,3/3] app/testpmd: add FEC command",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1599654994-39640-4-git-send-email-humin29@huawei.com/mbox/"
        }
    ]
}