Show a series.

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

{
    "id": 4811,
    "url": "http://patches.dpdk.org/api/series/4811/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4811",
    "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": "Enhance CPU flag support",
    "date": "2019-05-29T15:41:28",
    "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/4811/mbox/",
    "cover_letter": {
        "id": 53822,
        "url": "http://patches.dpdk.org/api/covers/53822/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190529154132.49955-1-bruce.richardson@intel.com/",
        "msgid": "<20190529154132.49955-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190529154132.49955-1-bruce.richardson@intel.com",
        "date": "2019-05-29T15:41:28",
        "name": "[0/4] Enhance CPU flag support",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190529154132.49955-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 53823,
            "url": "http://patches.dpdk.org/api/patches/53823/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-2-bruce.richardson@intel.com/",
            "msgid": "<20190529154132.49955-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190529154132.49955-2-bruce.richardson@intel.com",
            "date": "2019-05-29T15:41:29",
            "name": "[1/4] build: fix quoting on RTE_ARCH string value",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 53824,
            "url": "http://patches.dpdk.org/api/patches/53824/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-3-bruce.richardson@intel.com/",
            "msgid": "<20190529154132.49955-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190529154132.49955-3-bruce.richardson@intel.com",
            "date": "2019-05-29T15:41:30",
            "name": "[2/4] config/arm: fix missing define for arm platforms",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 53825,
            "url": "http://patches.dpdk.org/api/patches/53825/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-4-bruce.richardson@intel.com/",
            "msgid": "<20190529154132.49955-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190529154132.49955-4-bruce.richardson@intel.com",
            "date": "2019-05-29T15:41:31",
            "name": "[3/4] eal: allow checking CPU flags by name",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 53826,
            "url": "http://patches.dpdk.org/api/patches/53826/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-5-bruce.richardson@intel.com/",
            "msgid": "<20190529154132.49955-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190529154132.49955-5-bruce.richardson@intel.com",
            "date": "2019-05-29T15:41:32",
            "name": "[4/4] net: replace ifdefs with runtime branches",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190529154132.49955-5-bruce.richardson@intel.com/mbox/"
        }
    ]
}