Show a series.

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

{
    "id": 5396,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5396/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5396",
    "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": "Fix fast-booting device enumeration problems",
    "date": "2025-08-20T13:23:13",
    "submitter": {
        "id": 156,
        "url": "https://patchwork.libcamera.org/api/1.1/people/156/?format=api",
        "name": "Dan Scally",
        "email": "dan.scally@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5396/mbox/",
    "cover_letter": {
        "id": 24165,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/24165/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24165/",
        "msgid": "<20250820132316.1033443-1-dan.scally@ideasonboard.com>",
        "date": "2025-08-20T13:23:13",
        "name": "[0/3] Fix fast-booting device enumeration problems",
        "mbox": "https://patchwork.libcamera.org/cover/24165/mbox/"
    },
    "patches": [
        {
            "id": 24166,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24166/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24166/",
            "msgid": "<20250820132316.1033443-2-dan.scally@ideasonboard.com>",
            "date": "2025-08-20T13:23:14",
            "name": "[1/3] libcamera: media_device: Expand return values for populateEntities()",
            "mbox": "https://patchwork.libcamera.org/patch/24166/mbox/"
        },
        {
            "id": 24167,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24167/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24167/",
            "msgid": "<20250820132316.1033443-3-dan.scally@ideasonboard.com>",
            "date": "2025-08-20T13:23:15",
            "name": "[2/3] libcamera: device_enumerator_udev: Add initMediaDevice()",
            "mbox": "https://patchwork.libcamera.org/patch/24167/mbox/"
        },
        {
            "id": 24168,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24168/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24168/",
            "msgid": "<20250820132316.1033443-4-dan.scally@ideasonboard.com>",
            "date": "2025-08-20T13:23:16",
            "name": "[3/3] libcamera: device_enumerator_udev: Defer invalid media devices",
            "mbox": "https://patchwork.libcamera.org/patch/24168/mbox/"
        }
    ]
}