Show a series.

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

{
    "id": 26900,
    "url": "https://patches.dpdk.org/api/series/26900/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/list/?series=26900",
    "project": {
        "id": 3,
        "url": "https://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": "[V1,1/2] test_plans/large_vf: modify script to adapt to changes in dpdk",
    "date": "2023-02-09T10:34:34",
    "submitter": {
        "id": 2804,
        "url": "https://patches.dpdk.org/api/people/2804/?format=api",
        "name": "Li, HongboX",
        "email": "hongbox.li@intel.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/26900/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 123488,
            "url": "https://patches.dpdk.org/api/patches/123488/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/patch/20230209103435.2106-1-hongbox.li@intel.com/",
            "msgid": "<20230209103435.2106-1-hongbox.li@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dts/20230209103435.2106-1-hongbox.li@intel.com",
            "date": "2023-02-09T10:34:34",
            "name": "[V1,1/2] test_plans/large_vf: modify script to adapt to changes in dpdk",
            "mbox": "https://patches.dpdk.org/project/dts/patch/20230209103435.2106-1-hongbox.li@intel.com/mbox/"
        },
        {
            "id": 123489,
            "url": "https://patches.dpdk.org/api/patches/123489/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/patch/20230209103435.2106-2-hongbox.li@intel.com/",
            "msgid": "<20230209103435.2106-2-hongbox.li@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dts/20230209103435.2106-2-hongbox.li@intel.com",
            "date": "2023-02-09T10:34:35",
            "name": "[V1,2/2] tests/large_vf: modify script to adapt to changes in dpdk",
            "mbox": "https://patches.dpdk.org/project/dts/patch/20230209103435.2106-2-hongbox.li@intel.com/mbox/"
        }
    ]
}