Show a series.

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

{
    "id": 4847,
    "url": "https://patchwork.libcamera.org/api/series/4847/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4847",
    "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-04T16:36:25",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 3,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4847/mbox/",
    "cover_letter": {
        "id": 22162,
        "url": "https://patchwork.libcamera.org/api/covers/22162/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22162/",
        "msgid": "<20241204164137.3938891-1-chenghaoyang@chromium.org>",
        "date": "2024-12-04T16:36:25",
        "name": "[v3,0/7] Refactor Android HAL before supporting partial result",
        "mbox": "https://patchwork.libcamera.org/cover/22162/mbox/"
    },
    "patches": [
        {
            "id": 22163,
            "url": "https://patchwork.libcamera.org/api/patches/22163/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22163/",
            "msgid": "<20241204164137.3938891-2-chenghaoyang@chromium.org>",
            "date": "2024-12-04T16:36:26",
            "name": "[v3,1/7] android: Move StreamBuffer out of Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/22163/mbox/"
        },
        {
            "id": 22164,
            "url": "https://patchwork.libcamera.org/api/patches/22164/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22164/",
            "msgid": "<20241204164137.3938891-3-chenghaoyang@chromium.org>",
            "date": "2024-12-04T16:36:27",
            "name": "[v3,2/7] android: Set StreamBuffer::srcBuffer in CameraDevice::processCaptureRequest",
            "mbox": "https://patchwork.libcamera.org/patch/22164/mbox/"
        },
        {
            "id": 22165,
            "url": "https://patchwork.libcamera.org/api/patches/22165/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22165/",
            "msgid": "<20241204164137.3938891-4-chenghaoyang@chromium.org>",
            "date": "2024-12-04T16:36:28",
            "name": "[v3,3/7] android: Correctly support multiple Mapped streams",
            "mbox": "https://patchwork.libcamera.org/patch/22165/mbox/"
        },
        {
            "id": 22166,
            "url": "https://patchwork.libcamera.org/api/patches/22166/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22166/",
            "msgid": "<20241204164137.3938891-5-chenghaoyang@chromium.org>",
            "date": "2024-12-04T16:36:29",
            "name": "[v3,4/7] android: Add CameraDevice::sendCaptureResult()",
            "mbox": "https://patchwork.libcamera.org/patch/22166/mbox/"
        },
        {
            "id": 22167,
            "url": "https://patchwork.libcamera.org/api/patches/22167/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22167/",
            "msgid": "<20241204164137.3938891-6-chenghaoyang@chromium.org>",
            "date": "2024-12-04T16:36:30",
            "name": "[v3,5/7] android: Drop notify CAMERA3_MSG_ERROR_REQUEST when a request fails",
            "mbox": "https://patchwork.libcamera.org/patch/22167/mbox/"
        },
        {
            "id": 22168,
            "url": "https://patchwork.libcamera.org/api/patches/22168/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22168/",
            "msgid": "<20241204164137.3938891-7-chenghaoyang@chromium.org>",
            "date": "2024-12-04T16:36:31",
            "name": "[v3,6/7] android: notify CAMERA3_MSG_ERROR_REQUEST out of order",
            "mbox": "https://patchwork.libcamera.org/patch/22168/mbox/"
        },
        {
            "id": 22169,
            "url": "https://patchwork.libcamera.org/api/patches/22169/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22169/",
            "msgid": "<20241204164137.3938891-8-chenghaoyang@chromium.org>",
            "date": "2024-12-04T16:36:32",
            "name": "[v3,7/7] android: Remove Camera3RequestDescriptor::streamsProcessMutex_",
            "mbox": "https://patchwork.libcamera.org/patch/22169/mbox/"
        }
    ]
}