Show a series.

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

{
    "id": 2356,
    "url": "http://patches.dpdk.org/api/series/2356/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=2356",
    "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 rte_hash with TSX",
    "date": "2018-11-12T10:47:15",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 2,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/2356/mbox/",
    "cover_letter": {
        "id": 47996,
        "url": "http://patches.dpdk.org/api/covers/47996/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20181112104719.62568-1-bruce.richardson@intel.com/",
        "msgid": "<20181112104719.62568-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20181112104719.62568-1-bruce.richardson@intel.com",
        "date": "2018-11-12T10:47:15",
        "name": "[v2,0/4] fixes for rte_hash with TSX",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20181112104719.62568-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 47997,
            "url": "http://patches.dpdk.org/api/patches/47997/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-2-bruce.richardson@intel.com/",
            "msgid": "<20181112104719.62568-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181112104719.62568-2-bruce.richardson@intel.com",
            "date": "2018-11-12T10:47:16",
            "name": "[v2,1/4] hash: fix TSX aborts with newer gcc",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 47998,
            "url": "http://patches.dpdk.org/api/patches/47998/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-3-bruce.richardson@intel.com/",
            "msgid": "<20181112104719.62568-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181112104719.62568-3-bruce.richardson@intel.com",
            "date": "2018-11-12T10:47:17",
            "name": "[v2,2/4] hash: add local cache for TSX region",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 47999,
            "url": "http://patches.dpdk.org/api/patches/47999/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-4-bruce.richardson@intel.com/",
            "msgid": "<20181112104719.62568-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181112104719.62568-4-bruce.richardson@intel.com",
            "date": "2018-11-12T10:47:18",
            "name": "[v2,3/4] eal/x86: reduce contention when retrying TSX",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 48000,
            "url": "http://patches.dpdk.org/api/patches/48000/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-5-bruce.richardson@intel.com/",
            "msgid": "<20181112104719.62568-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181112104719.62568-5-bruce.richardson@intel.com",
            "date": "2018-11-12T10:47:19",
            "name": "[v2,4/4] test/test: improve output for hash read-write test",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20181112104719.62568-5-bruce.richardson@intel.com/mbox/"
        }
    ]
}