Show a series.

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

{
    "id": 21596,
    "url": "http://patches.dpdk.org/api/series/21596/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=21596",
    "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": "Verify C++ compatibility of public headers",
    "date": "2022-02-10T12:02:50",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 2,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/21596/mbox/",
    "cover_letter": {
        "id": 107237,
        "url": "http://patches.dpdk.org/api/covers/107237/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20220210120257.585822-1-bruce.richardson@intel.com/",
        "msgid": "<20220210120257.585822-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-1-bruce.richardson@intel.com",
        "date": "2022-02-10T12:02:50",
        "name": "[v2,0/7] Verify C++ compatibility of public headers",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20220210120257.585822-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 107238,
            "url": "http://patches.dpdk.org/api/patches/107238/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-2-bruce.richardson@intel.com/",
            "msgid": "<20220210120257.585822-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-2-bruce.richardson@intel.com",
            "date": "2022-02-10T12:02:51",
            "name": "[v2,1/7] eal: fix header build with C++",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 107239,
            "url": "http://patches.dpdk.org/api/patches/107239/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-3-bruce.richardson@intel.com/",
            "msgid": "<20220210120257.585822-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-3-bruce.richardson@intel.com",
            "date": "2022-02-10T12:02:52",
            "name": "[v2,2/7] eventdev: fix header build with C++",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 107240,
            "url": "http://patches.dpdk.org/api/patches/107240/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-4-bruce.richardson@intel.com/",
            "msgid": "<20220210120257.585822-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-4-bruce.richardson@intel.com",
            "date": "2022-02-10T12:02:53",
            "name": "[v2,3/7] graph: fix missing explicit cast for C++ build",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 107241,
            "url": "http://patches.dpdk.org/api/patches/107241/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-5-bruce.richardson@intel.com/",
            "msgid": "<20220210120257.585822-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-5-bruce.richardson@intel.com",
            "date": "2022-02-10T12:02:54",
            "name": "[v2,4/7] ipsec: fix missing explicit cast for C++ build",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-5-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 107242,
            "url": "http://patches.dpdk.org/api/patches/107242/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-6-bruce.richardson@intel.com/",
            "msgid": "<20220210120257.585822-6-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-6-bruce.richardson@intel.com",
            "date": "2022-02-10T12:02:55",
            "name": "[v2,5/7] table: fix missing explicit casts for C++ build",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-6-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 107243,
            "url": "http://patches.dpdk.org/api/patches/107243/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-7-bruce.richardson@intel.com/",
            "msgid": "<20220210120257.585822-7-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-7-bruce.richardson@intel.com",
            "date": "2022-02-10T12:02:56",
            "name": "[v2,6/7] vhost: fix incompatible header includes for C++",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-7-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 107244,
            "url": "http://patches.dpdk.org/api/patches/107244/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-8-bruce.richardson@intel.com/",
            "msgid": "<20220210120257.585822-8-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220210120257.585822-8-bruce.richardson@intel.com",
            "date": "2022-02-10T12:02:57",
            "name": "[v2,7/7] buildtools/chkincs: test headers for C++ compatibility",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220210120257.585822-8-bruce.richardson@intel.com/mbox/"
        }
    ]
}