Show a series.

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

{
    "id": 6901,
    "url": "http://patches.dpdk.org/api/series/6901/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=6901",
    "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": "[1/2] app/test: fix make build when ring PMD is disabled",
    "date": "2019-10-17T09:41:23",
    "submitter": {
        "id": 70,
        "url": "http://patches.dpdk.org/api/people/70/?format=api",
        "name": "Pattan, Reshma",
        "email": "reshma.pattan@intel.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/6901/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 61364,
            "url": "http://patches.dpdk.org/api/patches/61364/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191017094124.16725-1-reshma.pattan@intel.com/",
            "msgid": "<20191017094124.16725-1-reshma.pattan@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191017094124.16725-1-reshma.pattan@intel.com",
            "date": "2019-10-17T09:41:23",
            "name": "[1/2] app/test: fix make build when ring PMD is disabled",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191017094124.16725-1-reshma.pattan@intel.com/mbox/"
        },
        {
            "id": 61365,
            "url": "http://patches.dpdk.org/api/patches/61365/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191017094124.16725-2-reshma.pattan@intel.com/",
            "msgid": "<20191017094124.16725-2-reshma.pattan@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191017094124.16725-2-reshma.pattan@intel.com",
            "date": "2019-10-17T09:41:24",
            "name": "[2/2] app/test: fix meson build when ring PMD is disabled",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191017094124.16725-2-reshma.pattan@intel.com/mbox/"
        }
    ]
}