Show a series.

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

{
    "id": 8039,
    "url": "http://patches.dpdk.org/api/series/8039/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8039",
    "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": "meson build improvements",
    "date": "2020-01-09T15:31:06",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 3,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/8039/mbox/",
    "cover_letter": {
        "id": 64371,
        "url": "http://patches.dpdk.org/api/covers/64371/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200109153112.501282-1-bruce.richardson@intel.com/",
        "msgid": "<20200109153112.501282-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-1-bruce.richardson@intel.com",
        "date": "2020-01-09T15:31:06",
        "name": "[v3,0/6] meson build improvements",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200109153112.501282-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 64372,
            "url": "http://patches.dpdk.org/api/patches/64372/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-2-bruce.richardson@intel.com/",
            "msgid": "<20200109153112.501282-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-2-bruce.richardson@intel.com",
            "date": "2020-01-09T15:31:07",
            "name": "[v3,1/6] kernel/linux/kni: fix meson warning about console keyword",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 64373,
            "url": "http://patches.dpdk.org/api/patches/64373/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-3-bruce.richardson@intel.com/",
            "msgid": "<20200109153112.501282-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-3-bruce.richardson@intel.com",
            "date": "2020-01-09T15:31:08",
            "name": "[v3,2/6] build: skip processing docs folder if docs disabled",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 64374,
            "url": "http://patches.dpdk.org/api/patches/64374/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-4-bruce.richardson@intel.com/",
            "msgid": "<20200109153112.501282-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-4-bruce.richardson@intel.com",
            "date": "2020-01-09T15:31:09",
            "name": "[v3,3/6] doc/api: fix warning with meson build",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 64375,
            "url": "http://patches.dpdk.org/api/patches/64375/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-5-bruce.richardson@intel.com/",
            "msgid": "<20200109153112.501282-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-5-bruce.richardson@intel.com",
            "date": "2020-01-09T15:31:10",
            "name": "[v3,4/6] doc/guides: reduce whitespace in meson build file",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-5-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 64376,
            "url": "http://patches.dpdk.org/api/patches/64376/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-6-bruce.richardson@intel.com/",
            "msgid": "<20200109153112.501282-6-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-6-bruce.richardson@intel.com",
            "date": "2020-01-09T15:31:11",
            "name": "[v3,5/6] doc/guides: rebuild with meson whenever a file changes",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-6-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 64377,
            "url": "http://patches.dpdk.org/api/patches/64377/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-7-bruce.richardson@intel.com/",
            "msgid": "<20200109153112.501282-7-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-7-bruce.richardson@intel.com",
            "date": "2020-01-09T15:31:12",
            "name": "[v3,6/6] doc/api: reduce indentation in meson build file",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200109153112.501282-7-bruce.richardson@intel.com/mbox/"
        }
    ]
}