Show a series.

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

{
    "id": 12502,
    "url": "http://patches.dpdk.org/api/series/12502/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12502",
    "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-25T08:39:05",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "version": 13,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/12502/mbox/",
    "cover_letter": {
        "id": 78797,
        "url": "http://patches.dpdk.org/api/covers/78797/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1601023147-57193-1-git-send-email-humin29@huawei.com/",
        "msgid": "<1601023147-57193-1-git-send-email-humin29@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1601023147-57193-1-git-send-email-humin29@huawei.com",
        "date": "2020-09-25T08:39:04",
        "name": "[V13,0/3] add FEC support",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1601023147-57193-1-git-send-email-humin29@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 78796,
            "url": "http://patches.dpdk.org/api/patches/78796/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1601023147-57193-2-git-send-email-humin29@huawei.com/",
            "msgid": "<1601023147-57193-2-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1601023147-57193-2-git-send-email-humin29@huawei.com",
            "date": "2020-09-25T08:39:05",
            "name": "[V13,1/3] ethdev: introduce FEC API",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1601023147-57193-2-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 78799,
            "url": "http://patches.dpdk.org/api/patches/78799/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1601023147-57193-3-git-send-email-humin29@huawei.com/",
            "msgid": "<1601023147-57193-3-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1601023147-57193-3-git-send-email-humin29@huawei.com",
            "date": "2020-09-25T08:39:06",
            "name": "[V13,2/3] net/hns3: support FEC",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1601023147-57193-3-git-send-email-humin29@huawei.com/mbox/"
        },
        {
            "id": 78798,
            "url": "http://patches.dpdk.org/api/patches/78798/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1601023147-57193-4-git-send-email-humin29@huawei.com/",
            "msgid": "<1601023147-57193-4-git-send-email-humin29@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1601023147-57193-4-git-send-email-humin29@huawei.com",
            "date": "2020-09-25T08:39:07",
            "name": "[V13,3/3] app/testpmd: add FEC command",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1601023147-57193-4-git-send-email-humin29@huawei.com/mbox/"
        }
    ]
}