Show a series.

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

{
    "id": 20281,
    "url": "http://patches.dpdk.org/api/series/20281/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=20281",
    "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": "net/bnxt: fix regression in non-vector mode Rx data path on Thor",
    "date": "2021-11-03T16:04:32",
    "submitter": {
        "id": 908,
        "url": "http://patches.dpdk.org/api/people/908/?format=api",
        "name": "Somnath Kotur",
        "email": "somnath.kotur@broadcom.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/20281/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 103673,
            "url": "http://patches.dpdk.org/api/patches/103673/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211103160432.8052-1-somnath.kotur@broadcom.com/",
            "msgid": "<20211103160432.8052-1-somnath.kotur@broadcom.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20211103160432.8052-1-somnath.kotur@broadcom.com",
            "date": "2021-11-03T16:04:32",
            "name": "net/bnxt: fix regression in non-vector mode Rx data path on Thor",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211103160432.8052-1-somnath.kotur@broadcom.com/mbox/"
        }
    ]
}