Show a series.

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

{
    "id": 29200,
    "url": "http://patches.dpdk.org/api/series/29200/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29200",
    "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": "Add scatter to DTS",
    "date": "2023-08-11T21:28:37",
    "submitter": {
        "id": 2772,
        "url": "http://patches.dpdk.org/api/people/2772/?format=api",
        "name": "Jeremy Spewock",
        "email": "jspewock@iol.unh.edu"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/29200/mbox/",
    "cover_letter": {
        "id": 48,
        "url": "http://patches.dpdk.org/api/covers/48/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230811212929.21983-2-jspewock@iol.unh.edu/",
        "msgid": "<20230811212929.21983-2-jspewock@iol.unh.edu>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20230811212929.21983-2-jspewock@iol.unh.edu",
        "date": "2023-08-11T21:28:37",
        "name": "[RFC,v1,0/1] Add scatter to DTS",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230811212929.21983-2-jspewock@iol.unh.edu/mbox/"
    },
    "patches": [
        {
            "id": 130215,
            "url": "http://patches.dpdk.org/api/patches/130215/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230811212929.21983-3-jspewock@iol.unh.edu/",
            "msgid": "<20230811212929.21983-3-jspewock@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230811212929.21983-3-jspewock@iol.unh.edu",
            "date": "2023-08-11T21:28:38",
            "name": "[RFC,v1,1/1] dts: add scatter test suite",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230811212929.21983-3-jspewock@iol.unh.edu/mbox/"
        }
    ]
}