Show a series.

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

{
    "id": 18785,
    "url": "https://patches.dpdk.org/api/series/18785/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=18785",
    "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": "support to clear in-flight packets for async",
    "date": "2021-09-09T06:58:05",
    "submitter": {
        "id": 2087,
        "url": "https://patches.dpdk.org/api/people/2087/?format=api",
        "name": "Wang, YuanX",
        "email": "yuanx.wang@intel.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/18785/mbox/",
    "cover_letter": {
        "id": 98408,
        "url": "https://patches.dpdk.org/api/covers/98408/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20210909065807.812145-1-yuanx.wang@intel.com/",
        "msgid": "<20210909065807.812145-1-yuanx.wang@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20210909065807.812145-1-yuanx.wang@intel.com",
        "date": "2021-09-09T06:58:05",
        "name": "[0/2] support to clear in-flight packets for async",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20210909065807.812145-1-yuanx.wang@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 98409,
            "url": "https://patches.dpdk.org/api/patches/98409/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210909065807.812145-2-yuanx.wang@intel.com/",
            "msgid": "<20210909065807.812145-2-yuanx.wang@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210909065807.812145-2-yuanx.wang@intel.com",
            "date": "2021-09-09T06:58:06",
            "name": "[1/2] vhost: support to clear in-flight packets for async dequeue",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210909065807.812145-2-yuanx.wang@intel.com/mbox/"
        },
        {
            "id": 98410,
            "url": "https://patches.dpdk.org/api/patches/98410/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210909065807.812145-3-yuanx.wang@intel.com/",
            "msgid": "<20210909065807.812145-3-yuanx.wang@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210909065807.812145-3-yuanx.wang@intel.com",
            "date": "2021-09-09T06:58:07",
            "name": "[2/2] vhost: support thread-safe API for clearing in-flight packets in async vhost",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210909065807.812145-3-yuanx.wang@intel.com/mbox/"
        }
    ]
}