Show a series.

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

{
    "id": 1465,
    "url": "https://patches.dpdk.org/api/series/1465/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=1465",
    "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": "[v2,1/3] app/testpmd: move dumping packets to a separate function",
    "date": "2018-09-24T12:49:05",
    "submitter": {
        "id": 513,
        "url": "https://patches.dpdk.org/api/people/513/?format=api",
        "name": "Raslan Darawsheh",
        "email": "rasland@mellanox.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/1465/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 45200,
            "url": "https://patches.dpdk.org/api/patches/45200/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537793304-27883-1-git-send-email-rasland@mellanox.com/",
            "msgid": "<1537793304-27883-1-git-send-email-rasland@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537793304-27883-1-git-send-email-rasland@mellanox.com",
            "date": "2018-09-24T12:49:03",
            "name": "[v2,1/3] app/testpmd: move dumping packets to a separate function",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537793304-27883-1-git-send-email-rasland@mellanox.com/mbox/"
        },
        {
            "id": 45199,
            "url": "https://patches.dpdk.org/api/patches/45199/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537793304-27883-2-git-send-email-rasland@mellanox.com/",
            "msgid": "<1537793304-27883-2-git-send-email-rasland@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537793304-27883-2-git-send-email-rasland@mellanox.com",
            "date": "2018-09-24T12:49:05",
            "name": "[v2,2/3] app/testpmd: add packet dump callback functions",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537793304-27883-2-git-send-email-rasland@mellanox.com/mbox/"
        },
        {
            "id": 45201,
            "url": "https://patches.dpdk.org/api/patches/45201/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537793304-27883-3-git-send-email-rasland@mellanox.com/",
            "msgid": "<1537793304-27883-3-git-send-email-rasland@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537793304-27883-3-git-send-email-rasland@mellanox.com",
            "date": "2018-09-24T12:49:07",
            "name": "[v2,3/3] app/testpmd: set packet dump based on verbosity level",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537793304-27883-3-git-send-email-rasland@mellanox.com/mbox/"
        }
    ]
}