Show a series.

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

{
    "id": 7338,
    "url": "https://patches.dpdk.org/api/series/7338/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=7338",
    "project": {
        "id": 1,
        "url": "https://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] test: replace license text with SPDX tag",
    "date": "2019-11-07T20:37:43",
    "submitter": {
        "id": 679,
        "url": "https://patches.dpdk.org/api/people/679/?format=api",
        "name": "Allain Legacy",
        "email": "allain.legacy@windriver.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/7338/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 62700,
            "url": "https://patches.dpdk.org/api/patches/62700/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20191107203744.7943-1-allain.legacy@windriver.com/",
            "msgid": "<20191107203744.7943-1-allain.legacy@windriver.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191107203744.7943-1-allain.legacy@windriver.com",
            "date": "2019-11-07T20:37:43",
            "name": "[1/2] test: replace license text with SPDX tag",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20191107203744.7943-1-allain.legacy@windriver.com/mbox/"
        },
        {
            "id": 62701,
            "url": "https://patches.dpdk.org/api/patches/62701/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20191107203744.7943-2-allain.legacy@windriver.com/",
            "msgid": "<20191107203744.7943-2-allain.legacy@windriver.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191107203744.7943-2-allain.legacy@windriver.com",
            "date": "2019-11-07T20:37:44",
            "name": "[2/2] doc: fix copyright notice in SPDX tag",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20191107203744.7943-2-allain.legacy@windriver.com/mbox/"
        }
    ]
}