Show a series.

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

{
    "id": 3329,
    "url": "https://patchwork.libcamera.org/api/series/3329/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3329",
    "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": "Implement Android Partial Result Featrue",
    "date": "2022-07-26T18:24:54",
    "submitter": {
        "id": 98,
        "url": "https://patchwork.libcamera.org/api/people/98/?format=api",
        "name": "Hanlin Chen",
        "email": "hanlinchen@chromium.org"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3329/mbox/",
    "cover_letter": {
        "id": 16801,
        "url": "https://patchwork.libcamera.org/api/covers/16801/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16801/",
        "msgid": "<20220726182500.425182-1-hanlinchen@chromium.org>",
        "date": "2022-07-26T18:24:54",
        "name": "[libcamera-devel,0/6] Implement Android Partial Result Featrue",
        "mbox": "https://patchwork.libcamera.org/cover/16801/mbox/"
    },
    "patches": [
        {
            "id": 16802,
            "url": "https://patchwork.libcamera.org/api/patches/16802/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16802/",
            "msgid": "<20220726182500.425182-2-hanlinchen@chromium.org>",
            "date": "2022-07-26T18:24:55",
            "name": "[libcamera-devel,1/6] libcamera: Camera: Add RequestCompletionMode to configure the completion order",
            "mbox": "https://patchwork.libcamera.org/patch/16802/mbox/"
        },
        {
            "id": 16803,
            "url": "https://patchwork.libcamera.org/api/patches/16803/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16803/",
            "msgid": "<20220726182500.425182-3-hanlinchen@chromium.org>",
            "date": "2022-07-26T18:24:56",
            "name": "[libcamera-devel,2/6] libcamera: Camera: Add signals for completion of metadata and partial result",
            "mbox": "https://patchwork.libcamera.org/patch/16803/mbox/"
        },
        {
            "id": 16804,
            "url": "https://patchwork.libcamera.org/api/patches/16804/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16804/",
            "msgid": "<20220726182500.425182-4-hanlinchen@chromium.org>",
            "date": "2022-07-26T18:24:57",
            "name": "[libcamera-devel,3/6] libcamera: ipu3: returning partial results",
            "mbox": "https://patchwork.libcamera.org/patch/16804/mbox/"
        },
        {
            "id": 16805,
            "url": "https://patchwork.libcamera.org/api/patches/16805/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16805/",
            "msgid": "<20220726182500.425182-5-hanlinchen@chromium.org>",
            "date": "2022-07-26T18:24:58",
            "name": "[libcamera-devel,4/6] android: Move StreamBuffer out of Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/16805/mbox/"
        },
        {
            "id": 16806,
            "url": "https://patchwork.libcamera.org/api/patches/16806/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16806/",
            "msgid": "<20220726182500.425182-6-hanlinchen@chromium.org>",
            "date": "2022-07-26T18:24:59",
            "name": "[libcamera-devel,5/6] android: Add JpegExifMetadata to store tags setting into Exif",
            "mbox": "https://patchwork.libcamera.org/patch/16806/mbox/"
        },
        {
            "id": 16807,
            "url": "https://patchwork.libcamera.org/api/patches/16807/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16807/",
            "msgid": "<20220726182500.425182-7-hanlinchen@chromium.org>",
            "date": "2022-07-26T18:25:00",
            "name": "[libcamera-devel,6/6] android: Implement partial result feature based on partialResultCompleted signal",
            "mbox": "https://patchwork.libcamera.org/patch/16807/mbox/"
        }
    ]
}