Show a series.

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

{
    "id": 13487,
    "url": "https://patches.dpdk.org/api/series/13487/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13487",
    "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] net/bnxt: log failure for switch domain free",
    "date": "2020-10-30T07:03:03",
    "submitter": {
        "id": 908,
        "url": "https://patches.dpdk.org/api/people/908/?format=api",
        "name": "Somnath Kotur",
        "email": "somnath.kotur@broadcom.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/13487/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 82860,
            "url": "https://patches.dpdk.org/api/patches/82860/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201030070304.22318-1-somnath.kotur@broadcom.com/",
            "msgid": "<20201030070304.22318-1-somnath.kotur@broadcom.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201030070304.22318-1-somnath.kotur@broadcom.com",
            "date": "2020-10-30T07:03:03",
            "name": "[1/2] net/bnxt: log failure for switch domain free",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201030070304.22318-1-somnath.kotur@broadcom.com/mbox/"
        },
        {
            "id": 82861,
            "url": "https://patches.dpdk.org/api/patches/82861/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201030070304.22318-2-somnath.kotur@broadcom.com/",
            "msgid": "<20201030070304.22318-2-somnath.kotur@broadcom.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201030070304.22318-2-somnath.kotur@broadcom.com",
            "date": "2020-10-30T07:03:04",
            "name": "[2/2] net/bnxt: pass dev args by reference",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201030070304.22318-2-somnath.kotur@broadcom.com/mbox/"
        }
    ]
}