Show a series.

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

{
    "id": 5384,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5384/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5384",
    "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": "[RFC,v2,1/3] utils: codegen: ipc: Put default values in declaration",
    "date": "2025-08-15T12:31:36",
    "submitter": {
        "id": 216,
        "url": "https://patchwork.libcamera.org/api/1.1/people/216/?format=api",
        "name": "Barnabás Pőcze",
        "email": "barnabas.pocze@ideasonboard.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5384/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 24139,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24139/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24139/",
            "msgid": "<20250815123138.2213654-1-barnabas.pocze@ideasonboard.com>",
            "date": "2025-08-15T12:31:36",
            "name": "[RFC,v2,1/3] utils: codegen: ipc: Put default values in declaration",
            "mbox": "https://patchwork.libcamera.org/patch/24139/mbox/"
        },
        {
            "id": 24140,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24140/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24140/",
            "msgid": "<20250815123138.2213654-2-barnabas.pocze@ideasonboard.com>",
            "date": "2025-08-15T12:31:37",
            "name": "[RFC,v2,2/3] utils: codegen: ipc: Default special member ops",
            "mbox": "https://patchwork.libcamera.org/patch/24140/mbox/"
        },
        {
            "id": 24141,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24141/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24141/",
            "msgid": "<20250815123138.2213654-3-barnabas.pocze@ideasonboard.com>",
            "date": "2025-08-15T12:31:38",
            "name": "[RFC,v2,3/3] utils: codegen: ipc: Generate templated constructor",
            "mbox": "https://patchwork.libcamera.org/patch/24141/mbox/"
        }
    ]
}