Show a series.

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

{
    "id": 4202,
    "url": "https://patchwork.libcamera.org/api/series/4202/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4202",
    "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": "Add 14-bit Bayer format support",
    "date": "2024-03-05T11:01:34",
    "submitter": {
        "id": 130,
        "url": "https://patchwork.libcamera.org/api/people/130/?format=api",
        "name": "Nick Hollinghurst",
        "email": "nick.hollinghurst@raspberrypi.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4202/mbox/",
    "cover_letter": {
        "id": 19629,
        "url": "https://patchwork.libcamera.org/api/covers/19629/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19629/",
        "msgid": "<20240305110136.3624-1-nick.hollinghurst@raspberrypi.com>",
        "date": "2024-03-05T11:01:34",
        "name": "[0/2] Add 14-bit Bayer format support",
        "mbox": "https://patchwork.libcamera.org/cover/19629/mbox/"
    },
    "patches": [
        {
            "id": 19630,
            "url": "https://patchwork.libcamera.org/api/patches/19630/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19630/",
            "msgid": "<20240305110136.3624-2-nick.hollinghurst@raspberrypi.com>",
            "date": "2024-03-05T11:01:35",
            "name": "[1/2] libcamera: v4l2_subdevice: Add 14-bit Bayer formats",
            "mbox": "https://patchwork.libcamera.org/patch/19630/mbox/"
        },
        {
            "id": 19631,
            "url": "https://patchwork.libcamera.org/api/patches/19631/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19631/",
            "msgid": "<20240305110136.3624-3-nick.hollinghurst@raspberrypi.com>",
            "date": "2024-03-05T11:01:36",
            "name": "[2/2] ipa: rpi: cam_helper: Extend embedded data parsing to RAW14 modes",
            "mbox": "https://patchwork.libcamera.org/patch/19631/mbox/"
        }
    ]
}