Show a series.

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

{
    "id": 11655,
    "url": "http://patches.dpdk.org/api/series/11655/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11655",
    "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": "fixes for example app builds",
    "date": "2020-08-14T11:00:41",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/11655/mbox/",
    "cover_letter": {
        "id": 75558,
        "url": "http://patches.dpdk.org/api/covers/75558/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200814110045.217724-1-bruce.richardson@intel.com/",
        "msgid": "<20200814110045.217724-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200814110045.217724-1-bruce.richardson@intel.com",
        "date": "2020-08-14T11:00:41",
        "name": "[0/4] fixes for example app builds",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200814110045.217724-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 75559,
            "url": "http://patches.dpdk.org/api/patches/75559/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-2-bruce.richardson@intel.com/",
            "msgid": "<20200814110045.217724-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200814110045.217724-2-bruce.richardson@intel.com",
            "date": "2020-08-14T11:00:42",
            "name": "[1/4] power: make guest channel headers public",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 75560,
            "url": "http://patches.dpdk.org/api/patches/75560/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-3-bruce.richardson@intel.com/",
            "msgid": "<20200814110045.217724-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200814110045.217724-3-bruce.richardson@intel.com",
            "date": "2020-08-14T11:00:43",
            "name": "[2/4] examples/vm_power_manager: fix string truncation warning",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 75561,
            "url": "http://patches.dpdk.org/api/patches/75561/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-4-bruce.richardson@intel.com/",
            "msgid": "<20200814110045.217724-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200814110045.217724-4-bruce.richardson@intel.com",
            "date": "2020-08-14T11:00:44",
            "name": "[3/4] examples/mp_server: fix snprintf overflow",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 75562,
            "url": "http://patches.dpdk.org/api/patches/75562/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-5-bruce.richardson@intel.com/",
            "msgid": "<20200814110045.217724-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200814110045.217724-5-bruce.richardson@intel.com",
            "date": "2020-08-14T11:00:45",
            "name": "[4/4] examples/mp_server: clear string truncation warning",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200814110045.217724-5-bruce.richardson@intel.com/mbox/"
        }
    ]
}