Show a series.

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

{
    "id": 3466,
    "url": "https://patchwork.libcamera.org/api/series/3466/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3466",
    "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": "libcamera: Fix crash with UVC cameras that expose no supported format",
    "date": "2022-09-03T18:10:34",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3466/mbox/",
    "cover_letter": {
        "id": 17287,
        "url": "https://patchwork.libcamera.org/api/covers/17287/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17287/",
        "msgid": "<20220903181037.1406-1-laurent.pinchart@ideasonboard.com>",
        "date": "2022-09-03T18:10:34",
        "name": "[libcamera-devel,0/3] libcamera: Fix crash with UVC cameras that expose no supported format",
        "mbox": "https://patchwork.libcamera.org/cover/17287/mbox/"
    },
    "patches": [
        {
            "id": 17288,
            "url": "https://patchwork.libcamera.org/api/patches/17288/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17288/",
            "msgid": "<20220903181037.1406-2-laurent.pinchart@ideasonboard.com>",
            "date": "2022-09-03T18:10:35",
            "name": "[libcamera-devel,1/3] pipeline: uvcvideo: Move camera ID generation to UVCCameraData class",
            "mbox": "https://patchwork.libcamera.org/patch/17288/mbox/"
        },
        {
            "id": 17289,
            "url": "https://patchwork.libcamera.org/api/patches/17289/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17289/",
            "msgid": "<20220903181037.1406-3-laurent.pinchart@ideasonboard.com>",
            "date": "2022-09-03T18:10:36",
            "name": "[libcamera-devel,2/3] pipeline: uvcvideo: Cache supported formats in UVCCameraData",
            "mbox": "https://patchwork.libcamera.org/patch/17289/mbox/"
        },
        {
            "id": 17290,
            "url": "https://patchwork.libcamera.org/api/patches/17290/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17290/",
            "msgid": "<20220903181037.1406-4-laurent.pinchart@ideasonboard.com>",
            "date": "2022-09-03T18:10:37",
            "name": "[libcamera-devel,3/3] pipeline: uvcvideo: Fail match() if the camera has no supported format",
            "mbox": "https://patchwork.libcamera.org/patch/17290/mbox/"
        }
    ]
}