Show a series.

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

{
    "id": 28844,
    "url": "https://patches.dpdk.org/api/series/28844/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=28844",
    "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": "[v11,1/2] mempool cache: add zero-copy get and put functions",
    "date": "2023-07-05T18:02:32",
    "submitter": {
        "id": 2887,
        "url": "https://patches.dpdk.org/api/people/2887/?format=api",
        "name": "Kamalakshitha Aligeri",
        "email": "kamalakshitha.aligeri@arm.com"
    },
    "version": 11,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/28844/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 129311,
            "url": "https://patches.dpdk.org/api/patches/129311/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20230705180233.880203-1-kamalakshitha.aligeri@arm.com/",
            "msgid": "<20230705180233.880203-1-kamalakshitha.aligeri@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230705180233.880203-1-kamalakshitha.aligeri@arm.com",
            "date": "2023-07-05T18:02:32",
            "name": "[v11,1/2] mempool cache: add zero-copy get and put functions",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20230705180233.880203-1-kamalakshitha.aligeri@arm.com/mbox/"
        },
        {
            "id": 129312,
            "url": "https://patches.dpdk.org/api/patches/129312/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20230705180233.880203-2-kamalakshitha.aligeri@arm.com/",
            "msgid": "<20230705180233.880203-2-kamalakshitha.aligeri@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230705180233.880203-2-kamalakshitha.aligeri@arm.com",
            "date": "2023-07-05T18:02:33",
            "name": "[v11,2/2] net/i40e: replace put function",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20230705180233.880203-2-kamalakshitha.aligeri@arm.com/mbox/"
        }
    ]
}