Show a series.

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

{
    "id": 4822,
    "url": "https://patchwork.libcamera.org/api/series/4822/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4822",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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": "Frame wallclock timestamps and metadata",
    "date": "2024-11-26T12:17:03",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4822/mbox/",
    "cover_letter": {
        "id": 22096,
        "url": "https://patchwork.libcamera.org/api/covers/22096/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22096/",
        "msgid": "<20241126121706.4350-1-david.plowman@raspberrypi.com>",
        "date": "2024-11-26T12:17:03",
        "name": "[RFC,0/3] Frame wallclock timestamps and metadata",
        "mbox": "https://patchwork.libcamera.org/cover/22096/mbox/"
    },
    "patches": [
        {
            "id": 22097,
            "url": "https://patchwork.libcamera.org/api/patches/22097/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22097/",
            "msgid": "<20241126121706.4350-2-david.plowman@raspberrypi.com>",
            "date": "2024-11-26T12:17:04",
            "name": "[RFC,1/3] controls: Add FrameWallClock and FrameWallClockRaw controls",
            "mbox": "https://patchwork.libcamera.org/patch/22097/mbox/"
        },
        {
            "id": 22098,
            "url": "https://patchwork.libcamera.org/api/patches/22098/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22098/",
            "msgid": "<20241126121706.4350-3-david.plowman@raspberrypi.com>",
            "date": "2024-11-26T12:17:05",
            "name": "[RFC,2/3] libcamera: clock: Add ClockRecovery class to help generate wallclock timestamps",
            "mbox": "https://patchwork.libcamera.org/patch/22098/mbox/"
        },
        {
            "id": 22099,
            "url": "https://patchwork.libcamera.org/api/patches/22099/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22099/",
            "msgid": "<20241126121706.4350-4-david.plowman@raspberrypi.com>",
            "date": "2024-11-26T12:17:06",
            "name": "[RFC,3/3] libcamera: v4l2: Add wallclock metadata to video devices",
            "mbox": "https://patchwork.libcamera.org/patch/22099/mbox/"
        }
    ]
}