Show a series.

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

{
    "id": 12003,
    "url": "http://patches.dpdk.org/api/series/12003/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12003",
    "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-08T03:05:44",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/12003/mbox/",
    "cover_letter": {
        "id": 76818,
        "url": "http://patches.dpdk.org/api/covers/76818/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1599534347-20430-1-git-send-email-humin29@huawei.com/",
        "msgid": "<1599534347-20430-1-git-send-email-humin29@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1599534347-20430-1-git-send-email-humin29@huawei.com",
        "date": "2020-09-08T03:05:44",
        "name": "[0/3] add FEC support",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1599534347-20430-1-git-send-email-humin29@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 76819,
            "url": "http://patches.dpdk.org/api/patches/76819/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1599534347-20430-2-git-send-email-humin29@huawei.com/",
            "msgid": "<1599534347-20430-2-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1599534347-20430-2-git-send-email-humin29@huawei.com",
            "date": "2020-09-08T03:05:45",
            "name": "[1/3] ethdev: introduce FEC API",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1599534347-20430-2-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 76821,
            "url": "http://patches.dpdk.org/api/patches/76821/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1599534347-20430-3-git-send-email-humin29@huawei.com/",
            "msgid": "<1599534347-20430-3-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1599534347-20430-3-git-send-email-humin29@huawei.com",
            "date": "2020-09-08T03:05:46",
            "name": "[2/3] net/hns3: support FEC",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1599534347-20430-3-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 76820,
            "url": "http://patches.dpdk.org/api/patches/76820/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1599534347-20430-4-git-send-email-humin29@huawei.com/",
            "msgid": "<1599534347-20430-4-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1599534347-20430-4-git-send-email-humin29@huawei.com",
            "date": "2020-09-08T03:05:47",
            "name": "[3/3] app/testpmd: add FEC command",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1599534347-20430-4-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 78668,
            "url": "http://patches.dpdk.org/api/patches/78668/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1600945267-38751-5-git-send-email-humin29@huawei.com/",
            "msgid": "<1600945267-38751-5-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1600945267-38751-5-git-send-email-humin29@huawei.com",
            "date": "2020-09-24T11:01:07",
            "name": "[V11,4/4] doc: add FEC API and PMD information",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1600945267-38751-5-git-send-email-humin29@huawei.com/mbox/"
        }
    ]
}