Show a series.

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

{
    "id": 5882,
    "url": "http://patches.dpdk.org/api/series/5882/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5882",
    "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": "[dpdk-devPATCH,v2,1/1] common/octeontx2: fix unaligned mbox memory accesses",
    "date": "2019-08-02T04:20:06",
    "submitter": {
        "id": 1277,
        "url": "http://patches.dpdk.org/api/people/1277/?format=api",
        "name": "Vamsi Krishna Attunuru",
        "email": "vattunuru@marvell.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/5882/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 57380,
            "url": "http://patches.dpdk.org/api/patches/57380/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190802042006.14507-1-vattunuru@marvell.com/",
            "msgid": "<20190802042006.14507-1-vattunuru@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190802042006.14507-1-vattunuru@marvell.com",
            "date": "2019-08-02T04:20:06",
            "name": "[dpdk-devPATCH,v2,1/1] common/octeontx2: fix unaligned mbox memory accesses",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190802042006.14507-1-vattunuru@marvell.com/mbox/"
        }
    ]
}