Show a series.

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

{
    "id": 25189,
    "url": "http://patches.dpdk.org/api/series/25189/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=25189",
    "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": "[1/2] build: allow to conditionally build apps",
    "date": "2022-10-12T14:47:03",
    "submitter": {
        "id": 747,
        "url": "http://patches.dpdk.org/api/people/747/?format=api",
        "name": "Markus Theil",
        "email": "markus.theil@tu-ilmenau.de"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/25189/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 118073,
            "url": "http://patches.dpdk.org/api/patches/118073/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20221012144704.77973-1-markus.theil@tu-ilmenau.de/",
            "msgid": "<20221012144704.77973-1-markus.theil@tu-ilmenau.de>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20221012144704.77973-1-markus.theil@tu-ilmenau.de",
            "date": "2022-10-12T14:47:03",
            "name": "[1/2] build: allow to conditionally build apps",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20221012144704.77973-1-markus.theil@tu-ilmenau.de/mbox/"
        },
        {
            "id": 118074,
            "url": "http://patches.dpdk.org/api/patches/118074/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20221012144704.77973-2-markus.theil@tu-ilmenau.de/",
            "msgid": "<20221012144704.77973-2-markus.theil@tu-ilmenau.de>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20221012144704.77973-2-markus.theil@tu-ilmenau.de",
            "date": "2022-10-12T14:47:04",
            "name": "[2/2] build: export dpdk_includes for subproject usage.",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20221012144704.77973-2-markus.theil@tu-ilmenau.de/mbox/"
        }
    ]
}