Show a series.

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

{
    "id": 11418,
    "url": "http://patches.dpdk.org/api/series/11418/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11418",
    "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": "Fix external mbuf free issue in GSO case",
    "date": "2020-07-30T12:08:59",
    "submitter": {
        "id": 1806,
        "url": "http://patches.dpdk.org/api/people/1806/?format=api",
        "name": "yang_y_yi",
        "email": "yang_y_yi@163.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/11418/mbox/",
    "cover_letter": {
        "id": 75038,
        "url": "http://patches.dpdk.org/api/covers/75038/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200730120900.108232-1-yang_y_yi@163.com/",
        "msgid": "<20200730120900.108232-1-yang_y_yi@163.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200730120900.108232-1-yang_y_yi@163.com",
        "date": "2020-07-30T12:08:57",
        "name": "[V1,0/3] Fix external mbuf free issue in GSO case",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200730120900.108232-1-yang_y_yi@163.com/mbox/"
    },
    "patches": [
        {
            "id": 75036,
            "url": "http://patches.dpdk.org/api/patches/75036/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200730120900.108232-2-yang_y_yi@163.com/",
            "msgid": "<20200730120900.108232-2-yang_y_yi@163.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200730120900.108232-2-yang_y_yi@163.com",
            "date": "2020-07-30T12:08:58",
            "name": "[V1,1/3] gso: fix refcnt update issue for external mbuf",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200730120900.108232-2-yang_y_yi@163.com/mbox/"
        },
        {
            "id": 75035,
            "url": "http://patches.dpdk.org/api/patches/75035/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200730120900.108232-3-yang_y_yi@163.com/",
            "msgid": "<20200730120900.108232-3-yang_y_yi@163.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200730120900.108232-3-yang_y_yi@163.com",
            "date": "2020-07-30T12:08:59",
            "name": "[V1,2/3] mbuf: change free_cb interface to adapt to GSO case",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200730120900.108232-3-yang_y_yi@163.com/mbox/"
        },
        {
            "id": 75037,
            "url": "http://patches.dpdk.org/api/patches/75037/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200730120900.108232-4-yang_y_yi@163.com/",
            "msgid": "<20200730120900.108232-4-yang_y_yi@163.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200730120900.108232-4-yang_y_yi@163.com",
            "date": "2020-07-30T12:09:00",
            "name": "[V1,3/3] vhost: use new free_cb interface to fix mbuf free issue",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200730120900.108232-4-yang_y_yi@163.com/mbox/"
        }
    ]
}