Show a series.

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

{
    "id": 17253,
    "url": "http://patches.dpdk.org/api/series/17253/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/list/?series=17253",
    "project": {
        "id": 3,
        "url": "http://patches.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "name": "Add m flag to tar command",
    "date": "2021-06-07T13:56:18",
    "submitter": {
        "id": 1678,
        "url": "http://patches.dpdk.org/api/people/1678/?format=api",
        "name": "Brandon Lo",
        "email": "blo@iol.unh.edu"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/17253/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 93953,
            "url": "http://patches.dpdk.org/api/patches/93953/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/patch/20210607135618.7710-1-blo@iol.unh.edu/",
            "msgid": "<20210607135618.7710-1-blo@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dts/20210607135618.7710-1-blo@iol.unh.edu",
            "date": "2021-06-07T13:56:18",
            "name": "Add m flag to tar command",
            "mbox": "http://patches.dpdk.org/project/dts/patch/20210607135618.7710-1-blo@iol.unh.edu/mbox/"
        }
    ]
}