Show a series.

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

{
    "id": 4201,
    "url": "http://patchwork.dpdk.org/api/series/4201/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=4201",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "small cleanup and fixes",
    "date": "2019-04-09T10:55:34",
    "submitter": {
        "id": 20,
        "url": "http://patchwork.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/4201/mbox/",
    "cover_letter": {
        "id": 52463,
        "url": "http://patchwork.dpdk.org/api/covers/52463/?format=api",
        "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20190409105539.61460-1-bruce.richardson@intel.com/",
        "msgid": "<20190409105539.61460-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190409105539.61460-1-bruce.richardson@intel.com",
        "date": "2019-04-09T10:55:34",
        "name": "[v2,0/5] small cleanup and fixes",
        "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20190409105539.61460-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 52464,
            "url": "http://patchwork.dpdk.org/api/patches/52464/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-2-bruce.richardson@intel.com/",
            "msgid": "<20190409105539.61460-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190409105539.61460-2-bruce.richardson@intel.com",
            "date": "2019-04-09T10:55:35",
            "name": "[v2,1/5] build: simplify subdirectory detection for EAL",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52465,
            "url": "http://patchwork.dpdk.org/api/patches/52465/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-3-bruce.richardson@intel.com/",
            "msgid": "<20190409105539.61460-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190409105539.61460-3-bruce.richardson@intel.com",
            "date": "2019-04-09T10:55:36",
            "name": "[v2,2/5] build: increase readability via shortcut variables",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52466,
            "url": "http://patchwork.dpdk.org/api/patches/52466/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-4-bruce.richardson@intel.com/",
            "msgid": "<20190409105539.61460-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190409105539.61460-4-bruce.richardson@intel.com",
            "date": "2019-04-09T10:55:37",
            "name": "[v2,3/5] distributor: skip building if power library not found",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52467,
            "url": "http://patchwork.dpdk.org/api/patches/52467/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-5-bruce.richardson@intel.com/",
            "msgid": "<20190409105539.61460-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190409105539.61460-5-bruce.richardson@intel.com",
            "date": "2019-04-09T10:55:38",
            "name": "[v2,4/5] examples/l2fwd-cat: fix build on FreeBSD",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-5-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52468,
            "url": "http://patchwork.dpdk.org/api/patches/52468/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-6-bruce.richardson@intel.com/",
            "msgid": "<20190409105539.61460-6-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190409105539.61460-6-bruce.richardson@intel.com",
            "date": "2019-04-09T10:55:39",
            "name": "[v2,5/5] devtools/test-meson-builds: fix support for FreeBSD",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20190409105539.61460-6-bruce.richardson@intel.com/mbox/"
        }
    ]
}