Show a series.

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

{
    "id": 10513,
    "url": "https://patches.dpdk.org/api/series/10513/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=10513",
    "project": {
        "id": 1,
        "url": "https://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": "ethdev: minor bugfixes",
    "date": "2020-06-19T03:42:44",
    "submitter": {
        "id": 1405,
        "url": "https://patches.dpdk.org/api/people/1405/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "xavier.huwei@huawei.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/10513/mbox/",
    "cover_letter": {
        "id": 71772,
        "url": "https://patches.dpdk.org/api/covers/71772/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/1592538166-18617-1-git-send-email-xavier.huwei@huawei.com/",
        "msgid": "<1592538166-18617-1-git-send-email-xavier.huwei@huawei.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1592538166-18617-1-git-send-email-xavier.huwei@huawei.com",
        "date": "2020-06-19T03:42:44",
        "name": "[0/2] ethdev: minor bugfixes",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/1592538166-18617-1-git-send-email-xavier.huwei@huawei.com/mbox/"
    },
    "patches": [
        {
            "id": 71773,
            "url": "https://patches.dpdk.org/api/patches/71773/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1592538166-18617-2-git-send-email-xavier.huwei@huawei.com/",
            "msgid": "<1592538166-18617-2-git-send-email-xavier.huwei@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1592538166-18617-2-git-send-email-xavier.huwei@huawei.com",
            "date": "2020-06-19T03:42:45",
            "name": "[1/2] ethdev: fix data room size verification in Rx queue setup",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1592538166-18617-2-git-send-email-xavier.huwei@huawei.com/mbox/"
        },
        {
            "id": 71774,
            "url": "https://patches.dpdk.org/api/patches/71774/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1592538166-18617-3-git-send-email-xavier.huwei@huawei.com/",
            "msgid": "<1592538166-18617-3-git-send-email-xavier.huwei@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1592538166-18617-3-git-send-email-xavier.huwei@huawei.com",
            "date": "2020-06-19T03:42:46",
            "name": "[2/2] ethdev: fix VLAN offloads set if no relative capabilities",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1592538166-18617-3-git-send-email-xavier.huwei@huawei.com/mbox/"
        }
    ]
}