Show a series.

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

{
    "id": 5859,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5859/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5859",
    "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: Pipeline handler name property",
    "date": "2026-03-30T11:40:23",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5859/mbox/",
    "cover_letter": {
        "id": 26387,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/26387/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/26387/",
        "msgid": "<20260330-kbingham-pipeline-handler-property-v1-0-fdab13d5d263@ideasonboard.com>",
        "date": "2026-03-30T11:40:23",
        "name": "[0/2] libcamera: Pipeline handler name property",
        "mbox": "https://patchwork.libcamera.org/cover/26387/mbox/"
    },
    "patches": [
        {
            "id": 26388,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/26388/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26388/",
            "msgid": "<20260330-kbingham-pipeline-handler-property-v1-1-fdab13d5d263@ideasonboard.com>",
            "date": "2026-03-30T11:40:24",
            "name": "[1/2] libcamera: properties: Add a pipeline handler name property",
            "mbox": "https://patchwork.libcamera.org/patch/26388/mbox/"
        },
        {
            "id": 26389,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/26389/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/26389/",
            "msgid": "<20260330-kbingham-pipeline-handler-property-v1-2-fdab13d5d263@ideasonboard.com>",
            "date": "2026-03-30T11:40:25",
            "name": "[2/2] libcamera: camera: Report the pipeline handler name",
            "mbox": "https://patchwork.libcamera.org/patch/26389/mbox/"
        }
    ]
}