Show a series.

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

{
    "id": 4870,
    "url": "https://patchwork.libcamera.org/api/series/4870/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4870",
    "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": "Refactor Android HAL before supporting partial result",
    "date": "2024-12-10T14:23:53",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 4,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4870/mbox/",
    "cover_letter": {
        "id": 22268,
        "url": "https://patchwork.libcamera.org/api/covers/22268/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22268/",
        "msgid": "<20241210142557.2886315-1-chenghaoyang@chromium.org>",
        "date": "2024-12-10T14:23:53",
        "name": "[v4,0/7] Refactor Android HAL before supporting partial result",
        "mbox": "https://patchwork.libcamera.org/cover/22268/mbox/"
    },
    "patches": [
        {
            "id": 22269,
            "url": "https://patchwork.libcamera.org/api/patches/22269/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22269/",
            "msgid": "<20241210142557.2886315-2-chenghaoyang@chromium.org>",
            "date": "2024-12-10T14:23:54",
            "name": "[v4,1/7] android: Move StreamBuffer out of Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/22269/mbox/"
        },
        {
            "id": 22270,
            "url": "https://patchwork.libcamera.org/api/patches/22270/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22270/",
            "msgid": "<20241210142557.2886315-3-chenghaoyang@chromium.org>",
            "date": "2024-12-10T14:23:55",
            "name": "[v4,2/7] android: Set StreamBuffer::srcBuffer in CameraDevice::processCaptureRequest",
            "mbox": "https://patchwork.libcamera.org/patch/22270/mbox/"
        },
        {
            "id": 22271,
            "url": "https://patchwork.libcamera.org/api/patches/22271/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22271/",
            "msgid": "<20241210142557.2886315-4-chenghaoyang@chromium.org>",
            "date": "2024-12-10T14:23:56",
            "name": "[v4,3/7] android: Correctly support multiple Mapped streams",
            "mbox": "https://patchwork.libcamera.org/patch/22271/mbox/"
        },
        {
            "id": 22272,
            "url": "https://patchwork.libcamera.org/api/patches/22272/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22272/",
            "msgid": "<20241210142557.2886315-5-chenghaoyang@chromium.org>",
            "date": "2024-12-10T14:23:57",
            "name": "[v4,4/7] android: Add CameraDevice::sendCaptureResult()",
            "mbox": "https://patchwork.libcamera.org/patch/22272/mbox/"
        },
        {
            "id": 22273,
            "url": "https://patchwork.libcamera.org/api/patches/22273/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22273/",
            "msgid": "<20241210142557.2886315-6-chenghaoyang@chromium.org>",
            "date": "2024-12-10T14:23:58",
            "name": "[v4,5/7] android: Drop notify CAMERA3_MSG_ERROR_REQUEST when a request fails",
            "mbox": "https://patchwork.libcamera.org/patch/22273/mbox/"
        },
        {
            "id": 22274,
            "url": "https://patchwork.libcamera.org/api/patches/22274/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22274/",
            "msgid": "<20241210142557.2886315-7-chenghaoyang@chromium.org>",
            "date": "2024-12-10T14:23:59",
            "name": "[v4,6/7] android: notify CAMERA3_MSG_ERROR_REQUEST out of order",
            "mbox": "https://patchwork.libcamera.org/patch/22274/mbox/"
        },
        {
            "id": 22275,
            "url": "https://patchwork.libcamera.org/api/patches/22275/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22275/",
            "msgid": "<20241210142557.2886315-8-chenghaoyang@chromium.org>",
            "date": "2024-12-10T14:24:00",
            "name": "[v4,7/7] android: Remove Camera3RequestDescriptor::streamsProcessMutex_",
            "mbox": "https://patchwork.libcamera.org/patch/22275/mbox/"
        }
    ]
}