Show a series.

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

{
    "id": 1487,
    "url": "https://patches.dpdk.org/api/series/1487/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=1487",
    "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] eal: use correct data type for bitmap slab operations",
    "date": "2018-09-25T09:53:06",
    "submitter": {
        "id": 1134,
        "url": "https://patches.dpdk.org/api/people/1134/?format=api",
        "name": "Vivek Sharma",
        "email": "vivek.sharma@caviumnetworks.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/1487/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 45307,
            "url": "https://patches.dpdk.org/api/patches/45307/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537869163-3650-1-git-send-email-vivek.sharma@caviumnetworks.com/",
            "msgid": "<1537869163-3650-1-git-send-email-vivek.sharma@caviumnetworks.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537869163-3650-1-git-send-email-vivek.sharma@caviumnetworks.com",
            "date": "2018-09-25T09:53:06",
            "name": "[v2] eal: use correct data type for bitmap slab operations",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537869163-3650-1-git-send-email-vivek.sharma@caviumnetworks.com/mbox/"
        }
    ]
}