Show a series.

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

{
    "id": 4828,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4828/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4828",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "Signal metadataAvailable and Android partial result",
    "date": "2024-11-27T09:25:50",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/1.1/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 2,
    "total": 8,
    "received_total": 9,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4828/mbox/",
    "cover_letter": {
        "id": 22111,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/22111/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22111/",
        "msgid": "<20241127092632.3145984-1-chenghaoyang@chromium.org>",
        "date": "2024-11-27T09:25:50",
        "name": "[v2,0/8] Signal metadataAvailable and Android partial result",
        "mbox": "https://patchwork.libcamera.org/cover/22111/mbox/"
    },
    "patches": [
        {
            "id": 22112,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22112/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22112/",
            "msgid": "<20241127092632.3145984-2-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:51",
            "name": "[v2,1/9] libcamera: Camera: Add signals for completion of metadata as a partial result",
            "mbox": "https://patchwork.libcamera.org/patch/22112/mbox/"
        },
        {
            "id": 22113,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22113/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22113/",
            "msgid": "<20241127092632.3145984-3-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:52",
            "name": "[v2,2/9] android: Move StreamBuffer out of Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/22113/mbox/"
        },
        {
            "id": 22114,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22114/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22114/",
            "msgid": "<20241127092632.3145984-4-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:53",
            "name": "[v2,3/9] android: Set StreamBuffer::srcBuffer in CameraDevice::processCaptureRequest",
            "mbox": "https://patchwork.libcamera.org/patch/22114/mbox/"
        },
        {
            "id": 22115,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22115/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22115/",
            "msgid": "<20241127092632.3145984-5-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:54",
            "name": "[v2,4/9] android: Migrate StreamBuffer::internalBuffer to Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/22115/mbox/"
        },
        {
            "id": 22116,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22116/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22116/",
            "msgid": "<20241127092632.3145984-6-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:55",
            "name": "[v2,5/9] android: Add CameraDevice::sendCaptureResult()",
            "mbox": "https://patchwork.libcamera.org/patch/22116/mbox/"
        },
        {
            "id": 22117,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22117/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22117/",
            "msgid": "<20241127092632.3145984-7-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:56",
            "name": "[v2,6/9] android: Cleanup CAMERA3_MSG_ERROR_REQUEST",
            "mbox": "https://patchwork.libcamera.org/patch/22117/mbox/"
        },
        {
            "id": 22118,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22118/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22118/",
            "msgid": "<20241127092632.3145984-8-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:57",
            "name": "[v2,7/9] android: Remove Camera3RequestDescriptor::streamsProcessMutex_",
            "mbox": "https://patchwork.libcamera.org/patch/22118/mbox/"
        },
        {
            "id": 22119,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22119/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22119/",
            "msgid": "<20241127092632.3145984-9-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:58",
            "name": "[v2,8/9] android: Add JpegExifMetadata to store tags setting into Exif",
            "mbox": "https://patchwork.libcamera.org/patch/22119/mbox/"
        },
        {
            "id": 22120,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22120/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22120/",
            "msgid": "<20241127092632.3145984-10-chenghaoyang@chromium.org>",
            "date": "2024-11-27T09:25:59",
            "name": "[v2,9/9] android: Support partial results",
            "mbox": "https://patchwork.libcamera.org/patch/22120/mbox/"
        }
    ]
}