Show a series.

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

{
    "id": 1346,
    "url": "https://patches.dpdk.org/api/series/1346/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=1346",
    "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": "[v4,1/4] bus/fslmc: fix undefined reference of memsegs",
    "date": "2018-09-17T08:11:16",
    "submitter": {
        "id": 1018,
        "url": "https://patches.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "version": 4,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/1346/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 44775,
            "url": "https://patches.dpdk.org/api/patches/44775/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-1-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1537171879-64390-1-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537171879-64390-1-git-send-email-gavin.hu@arm.com",
            "date": "2018-09-17T08:11:16",
            "name": "[v4,1/4] bus/fslmc: fix undefined reference of memsegs",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-1-git-send-email-gavin.hu@arm.com/mbox/"
        },
        {
            "id": 44776,
            "url": "https://patches.dpdk.org/api/patches/44776/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-2-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1537171879-64390-2-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537171879-64390-2-git-send-email-gavin.hu@arm.com",
            "date": "2018-09-17T08:11:17",
            "name": "[v4,2/4] ring: read tail using atomic load",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-2-git-send-email-gavin.hu@arm.com/mbox/"
        },
        {
            "id": 44777,
            "url": "https://patches.dpdk.org/api/patches/44777/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-3-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1537171879-64390-3-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537171879-64390-3-git-send-email-gavin.hu@arm.com",
            "date": "2018-09-17T08:11:18",
            "name": "[v4,3/4] ring: synchronize the load and store of the tail",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-3-git-send-email-gavin.hu@arm.com/mbox/"
        },
        {
            "id": 44778,
            "url": "https://patches.dpdk.org/api/patches/44778/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-4-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1537171879-64390-4-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1537171879-64390-4-git-send-email-gavin.hu@arm.com",
            "date": "2018-09-17T08:11:19",
            "name": "[v4,4/4] ring: move the atomic load of head above the loop",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1537171879-64390-4-git-send-email-gavin.hu@arm.com/mbox/"
        }
    ]
}