Show a series.

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

{
    "id": 22123,
    "url": "http://patches.dpdk.org/api/series/22123/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=22123",
    "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": "build fixes on FreeBSD",
    "date": "2022-03-11T20:05:18",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/22123/mbox/",
    "cover_letter": {
        "id": 108688,
        "url": "http://patches.dpdk.org/api/covers/108688/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20220311200523.1020050-1-bruce.richardson@intel.com/",
        "msgid": "<20220311200523.1020050-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20220311200523.1020050-1-bruce.richardson@intel.com",
        "date": "2022-03-11T20:05:18",
        "name": "[0/5] build fixes on FreeBSD",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20220311200523.1020050-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 108689,
            "url": "http://patches.dpdk.org/api/patches/108689/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-2-bruce.richardson@intel.com/",
            "msgid": "<20220311200523.1020050-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220311200523.1020050-2-bruce.richardson@intel.com",
            "date": "2022-03-11T20:05:19",
            "name": "[1/5] eal/freebsd: add missing C++ include guards",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 108690,
            "url": "http://patches.dpdk.org/api/patches/108690/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-3-bruce.richardson@intel.com/",
            "msgid": "<20220311200523.1020050-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220311200523.1020050-3-bruce.richardson@intel.com",
            "date": "2022-03-11T20:05:20",
            "name": "[2/5] compressdev: separate out driver-only headers",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 108691,
            "url": "http://patches.dpdk.org/api/patches/108691/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-4-bruce.richardson@intel.com/",
            "msgid": "<20220311200523.1020050-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220311200523.1020050-4-bruce.richardson@intel.com",
            "date": "2022-03-11T20:05:21",
            "name": "[3/5] compressdev: fix missing space in header",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 108692,
            "url": "http://patches.dpdk.org/api/patches/108692/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-5-bruce.richardson@intel.com/",
            "msgid": "<20220311200523.1020050-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220311200523.1020050-5-bruce.richardson@intel.com",
            "date": "2022-03-11T20:05:22",
            "name": "[4/5] cryptodev: fix compilation with clang C++ builds",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-5-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 108693,
            "url": "http://patches.dpdk.org/api/patches/108693/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-6-bruce.richardson@intel.com/",
            "msgid": "<20220311200523.1020050-6-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220311200523.1020050-6-bruce.richardson@intel.com",
            "date": "2022-03-11T20:05:23",
            "name": "[5/5] eventdev: fix compilation with clang C++ builds",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220311200523.1020050-6-bruce.richardson@intel.com/mbox/"
        }
    ]
}