Show a series.

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

{
    "id": 5232,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5232/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5232",
    "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": "Wallclock support",
    "date": "2025-06-19T10:05:52",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/1.1/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5232/mbox/",
    "cover_letter": {
        "id": 23601,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/23601/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23601/",
        "msgid": "<20250619100857.124809-1-naush@raspberrypi.com>",
        "date": "2025-06-19T10:05:52",
        "name": "[0/4] Wallclock support",
        "mbox": "https://patchwork.libcamera.org/cover/23601/mbox/"
    },
    "patches": [
        {
            "id": 23602,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23602/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23602/",
            "msgid": "<20250619100857.124809-2-naush@raspberrypi.com>",
            "date": "2025-06-19T10:05:53",
            "name": "[1/4] controls: Add FrameWallClock control",
            "mbox": "https://patchwork.libcamera.org/patch/23602/mbox/"
        },
        {
            "id": 23603,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23603/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23603/",
            "msgid": "<20250619100857.124809-3-naush@raspberrypi.com>",
            "date": "2025-06-19T10:05:54",
            "name": "[2/4] libcamera: Add ClockRecovery class to generate wallclock timestamps",
            "mbox": "https://patchwork.libcamera.org/patch/23603/mbox/"
        },
        {
            "id": 23604,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23604/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23604/",
            "msgid": "<20250619100857.124809-4-naush@raspberrypi.com>",
            "date": "2025-06-19T10:05:55",
            "name": "[3/4] controls: Add camera synchronisation controls for Raspberry Pi",
            "mbox": "https://patchwork.libcamera.org/patch/23604/mbox/"
        },
        {
            "id": 23605,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23605/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23605/",
            "msgid": "<20250619100857.124809-5-naush@raspberrypi.com>",
            "date": "2025-06-19T10:05:56",
            "name": "[4/4] pipeline: rpi: Add wallclock timestamp support",
            "mbox": "https://patchwork.libcamera.org/patch/23605/mbox/"
        }
    ]
}