Show a series.

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

{
    "id": 16346,
    "url": "https://patches.dpdk.org/api/series/16346/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=16346",
    "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": "Optimize DLB Dequeue",
    "date": "2021-04-13T20:30:39",
    "submitter": {
        "id": 826,
        "url": "https://patches.dpdk.org/api/people/826/?format=api",
        "name": "Timothy McDaniel",
        "email": "timothy.mcdaniel@intel.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/16346/mbox/",
    "cover_letter": {
        "id": 91327,
        "url": "https://patches.dpdk.org/api/covers/91327/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/1618345839-3515-1-git-send-email-timothy.mcdaniel@intel.com/",
        "msgid": "<1618345839-3515-1-git-send-email-timothy.mcdaniel@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1618345839-3515-1-git-send-email-timothy.mcdaniel@intel.com",
        "date": "2021-04-13T20:30:38",
        "name": "[v2,0/1] Optimize DLB Dequeue",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/1618345839-3515-1-git-send-email-timothy.mcdaniel@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 91326,
            "url": "https://patches.dpdk.org/api/patches/91326/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1618345839-3515-2-git-send-email-timothy.mcdaniel@intel.com/",
            "msgid": "<1618345839-3515-2-git-send-email-timothy.mcdaniel@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1618345839-3515-2-git-send-email-timothy.mcdaniel@intel.com",
            "date": "2021-04-13T20:30:39",
            "name": "[v2,1/1] event/dlb: optimize Dequeue Operations",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1618345839-3515-2-git-send-email-timothy.mcdaniel@intel.com/mbox/"
        }
    ]
}