Show a series.

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

{
    "id": 5234,
    "url": "http://patches.dpdk.org/api/series/5234/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5234",
    "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": "use WFE for locks and ring on aarch64",
    "date": "2019-06-30T16:21:11",
    "submitter": {
        "id": 1018,
        "url": "http://patches.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/5234/mbox/",
    "cover_letter": {
        "id": 55668,
        "url": "http://patches.dpdk.org/api/covers/55668/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1561911676-37718-1-git-send-email-gavin.hu@arm.com/",
        "msgid": "<1561911676-37718-1-git-send-email-gavin.hu@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1561911676-37718-1-git-send-email-gavin.hu@arm.com",
        "date": "2019-06-30T16:21:11",
        "name": "[RFC,0/5] use WFE for locks and ring on aarch64",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1561911676-37718-1-git-send-email-gavin.hu@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 55669,
            "url": "http://patches.dpdk.org/api/patches/55669/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-2-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1561911676-37718-2-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1561911676-37718-2-git-send-email-gavin.hu@arm.com",
            "date": "2019-06-30T16:21:12",
            "name": "[RFC,1/5] eal: add the APIs to wait until equal",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-2-git-send-email-gavin.hu@arm.com/mbox/"
        },
        {
            "id": 55670,
            "url": "http://patches.dpdk.org/api/patches/55670/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-3-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1561911676-37718-3-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1561911676-37718-3-git-send-email-gavin.hu@arm.com",
            "date": "2019-06-30T16:21:13",
            "name": "[RFC,2/5] ticketlock: use new API to reduce contention on aarch64",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-3-git-send-email-gavin.hu@arm.com/mbox/"
        },
        {
            "id": 55671,
            "url": "http://patches.dpdk.org/api/patches/55671/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-4-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1561911676-37718-4-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1561911676-37718-4-git-send-email-gavin.hu@arm.com",
            "date": "2019-06-30T16:21:14",
            "name": "[RFC,3/5] ring: use wfe to wait for ring tail update on aarch64",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-4-git-send-email-gavin.hu@arm.com/mbox/"
        },
        {
            "id": 55672,
            "url": "http://patches.dpdk.org/api/patches/55672/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-5-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1561911676-37718-5-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1561911676-37718-5-git-send-email-gavin.hu@arm.com",
            "date": "2019-06-30T16:21:15",
            "name": "[RFC,4/5] spinlock: use wfe to reduce contention on aarch64",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-5-git-send-email-gavin.hu@arm.com/mbox/"
        },
        {
            "id": 55673,
            "url": "http://patches.dpdk.org/api/patches/55673/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-6-git-send-email-gavin.hu@arm.com/",
            "msgid": "<1561911676-37718-6-git-send-email-gavin.hu@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1561911676-37718-6-git-send-email-gavin.hu@arm.com",
            "date": "2019-06-30T16:21:16",
            "name": "[RFC,5/5] config: add WFE config entry for aarch64",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1561911676-37718-6-git-send-email-gavin.hu@arm.com/mbox/"
        }
    ]
}