Show a series.

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

{
    "id": 5183,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5183/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5183",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "libcamera: process: Pass stderr and reserve stdin and stdout fds",
    "date": "2025-05-19T12:23:51",
    "submitter": {
        "id": 190,
        "url": "https://patchwork.libcamera.org/api/1.1/people/190/?format=api",
        "name": "Julien Vuillaumier",
        "email": "julien.vuillaumier@nxp.com"
    },
    "version": 3,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5183/mbox/",
    "cover_letter": {
        "id": 23392,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/23392/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23392/",
        "msgid": "<20250519122352.1675360-1-julien.vuillaumier@nxp.com>",
        "date": "2025-05-19T12:23:51",
        "name": "[v3,0/1] libcamera: process: Pass stderr and reserve stdin and stdout fds",
        "mbox": "https://patchwork.libcamera.org/cover/23392/mbox/"
    },
    "patches": [
        {
            "id": 23393,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23393/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23393/",
            "msgid": "<20250519122352.1675360-2-julien.vuillaumier@nxp.com>",
            "date": "2025-05-19T12:23:52",
            "name": "[v3,1/1] libcamera: process: Pass stderr and reserve stdin and stdout fds",
            "mbox": "https://patchwork.libcamera.org/patch/23393/mbox/"
        }
    ]
}