Show a series.

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

{
    "id": 8054,
    "url": "http://patches.dpdk.org/api/series/8054/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8054",
    "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": "mbuf: introduce pktmbuf pool with pinned external buffers",
    "date": "2020-01-10T17:56:58",
    "submitter": {
        "id": 1102,
        "url": "http://patches.dpdk.org/api/people/1102/?format=api",
        "name": "Slava Ovsiienko",
        "email": "viacheslavo@mellanox.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/8054/mbox/",
    "cover_letter": {
        "id": 64424,
        "url": "http://patches.dpdk.org/api/covers/64424/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1578679022-25344-1-git-send-email-viacheslavo@mellanox.com/",
        "msgid": "<1578679022-25344-1-git-send-email-viacheslavo@mellanox.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1578679022-25344-1-git-send-email-viacheslavo@mellanox.com",
        "date": "2020-01-10T17:56:58",
        "name": "[0/4] mbuf: introduce pktmbuf pool with pinned external buffers",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1578679022-25344-1-git-send-email-viacheslavo@mellanox.com/mbox/"
    },
    "patches": [
        {
            "id": 64425,
            "url": "http://patches.dpdk.org/api/patches/64425/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-2-git-send-email-viacheslavo@mellanox.com/",
            "msgid": "<1578679022-25344-2-git-send-email-viacheslavo@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1578679022-25344-2-git-send-email-viacheslavo@mellanox.com",
            "date": "2020-01-10T17:56:59",
            "name": "[1/4] mbuf: detach mbuf with pinned external buffer",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-2-git-send-email-viacheslavo@mellanox.com/mbox/"
        },
        {
            "id": 64426,
            "url": "http://patches.dpdk.org/api/patches/64426/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-3-git-send-email-viacheslavo@mellanox.com/",
            "msgid": "<1578679022-25344-3-git-send-email-viacheslavo@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1578679022-25344-3-git-send-email-viacheslavo@mellanox.com",
            "date": "2020-01-10T17:57:00",
            "name": "[2/4] mbuf: create packet pool with external memory buffers",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-3-git-send-email-viacheslavo@mellanox.com/mbox/"
        },
        {
            "id": 64427,
            "url": "http://patches.dpdk.org/api/patches/64427/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-4-git-send-email-viacheslavo@mellanox.com/",
            "msgid": "<1578679022-25344-4-git-send-email-viacheslavo@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1578679022-25344-4-git-send-email-viacheslavo@mellanox.com",
            "date": "2020-01-10T17:57:01",
            "name": "[3/4] app/testpmd: add mempool with external data buffers",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-4-git-send-email-viacheslavo@mellanox.com/mbox/"
        },
        {
            "id": 64428,
            "url": "http://patches.dpdk.org/api/patches/64428/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-5-git-send-email-viacheslavo@mellanox.com/",
            "msgid": "<1578679022-25344-5-git-send-email-viacheslavo@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1578679022-25344-5-git-send-email-viacheslavo@mellanox.com",
            "date": "2020-01-10T17:57:02",
            "name": "[4/4] net/mlx5: allow use allocated mbuf with external buffer",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1578679022-25344-5-git-send-email-viacheslavo@mellanox.com/mbox/"
        }
    ]
}