Show a series.

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

{
    "id": 12477,
    "url": "http://patches.dpdk.org/api/series/12477/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12477",
    "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-24T13:05:44",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "version": 12,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/12477/mbox/",
    "cover_letter": {
        "id": 78749,
        "url": "http://patches.dpdk.org/api/covers/78749/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1600952745-55993-1-git-send-email-humin29@huawei.com/",
        "msgid": "<1600952745-55993-1-git-send-email-humin29@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1600952745-55993-1-git-send-email-humin29@huawei.com",
        "date": "2020-09-24T13:05:41",
        "name": "[V12,0/4] add FEC support",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1600952745-55993-1-git-send-email-humin29@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 78748,
            "url": "http://patches.dpdk.org/api/patches/78748/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-2-git-send-email-humin29@huawei.com/",
            "msgid": "<1600952745-55993-2-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1600952745-55993-2-git-send-email-humin29@huawei.com",
            "date": "2020-09-24T13:05:42",
            "name": "[V12,1/4] ethdev: introduce FEC API",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-2-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 78747,
            "url": "http://patches.dpdk.org/api/patches/78747/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-3-git-send-email-humin29@huawei.com/",
            "msgid": "<1600952745-55993-3-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1600952745-55993-3-git-send-email-humin29@huawei.com",
            "date": "2020-09-24T13:05:43",
            "name": "[V12,2/4] net/hns3: support FEC",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-3-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 78746,
            "url": "http://patches.dpdk.org/api/patches/78746/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-4-git-send-email-humin29@huawei.com/",
            "msgid": "<1600952745-55993-4-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1600952745-55993-4-git-send-email-humin29@huawei.com",
            "date": "2020-09-24T13:05:44",
            "name": "[V12,3/4] app/testpmd: add FEC command",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-4-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 78750,
            "url": "http://patches.dpdk.org/api/patches/78750/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-5-git-send-email-humin29@huawei.com/",
            "msgid": "<1600952745-55993-5-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1600952745-55993-5-git-send-email-humin29@huawei.com",
            "date": "2020-09-24T13:05:45",
            "name": "[V12,4/4] doc: add FEC API and PMD information",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1600952745-55993-5-git-send-email-humin29@huawei.com/mbox/"
        }
    ]
}