Show a series.

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

{
    "id": 5512,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5512/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5512",
    "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": "imx8-isi: Move isi routing into acquireDevice",
    "date": "2025-10-20T12:23:59",
    "submitter": {
        "id": 218,
        "url": "https://patchwork.libcamera.org/api/1.1/people/218/?format=api",
        "name": "Antoine Bouyer",
        "email": "antoine.bouyer@nxp.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5512/mbox/",
    "cover_letter": {
        "id": 24705,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/24705/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24705/",
        "msgid": "<20251020122400.1759110-1-antoine.bouyer@nxp.com>",
        "date": "2025-10-20T12:23:59",
        "name": "[v1,0/1] imx8-isi: Move isi routing into acquireDevice",
        "mbox": "https://patchwork.libcamera.org/cover/24705/mbox/"
    },
    "patches": [
        {
            "id": 24706,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24706/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24706/",
            "msgid": "<20251020122400.1759110-2-antoine.bouyer@nxp.com>",
            "date": "2025-10-20T12:24:00",
            "name": "[v1,1/1] pipeline: imx8-isi: Delay ISI routes config to acquire() time",
            "mbox": "https://patchwork.libcamera.org/patch/24706/mbox/"
        }
    ]
}