Show a series.

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

{
    "id": 1650,
    "url": "https://patchwork.libcamera.org/api/series/1650/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1650",
    "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": "Support stream mapping in Android HAL adaptation layer",
    "date": "2021-02-04T10:05:35",
    "submitter": {
        "id": 63,
        "url": "https://patchwork.libcamera.org/api/people/63/?format=api",
        "name": "Hirokazu Honda",
        "email": "hiroh@chromium.org"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1650/mbox/",
    "cover_letter": {
        "id": 11138,
        "url": "https://patchwork.libcamera.org/api/covers/11138/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11138/",
        "msgid": "<20210204100541.657503-1-hiroh@chromium.org>",
        "date": "2021-02-04T10:05:35",
        "name": "[libcamera-devel,RFC,0/6] Support stream mapping in Android HAL adaptation layer",
        "mbox": "https://patchwork.libcamera.org/cover/11138/mbox/"
    },
    "patches": [
        {
            "id": 11139,
            "url": "https://patchwork.libcamera.org/api/patches/11139/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11139/",
            "msgid": "<20210204100541.657503-2-hiroh@chromium.org>",
            "date": "2021-02-04T10:05:36",
            "name": "[libcamera-devel,RFC,1/6] libcamera: camera: Add tryValidate() to CameraConfiguration",
            "mbox": "https://patchwork.libcamera.org/patch/11139/mbox/"
        },
        {
            "id": 11140,
            "url": "https://patchwork.libcamera.org/api/patches/11140/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11140/",
            "msgid": "<20210204100541.657503-3-hiroh@chromium.org>",
            "date": "2021-02-04T10:05:37",
            "name": "[libcamera-devel,RFC,2/6] libcamera: ipu3: Implement tryValidate() in IPU3CameraConfiguration",
            "mbox": "https://patchwork.libcamera.org/patch/11140/mbox/"
        },
        {
            "id": 11141,
            "url": "https://patchwork.libcamera.org/api/patches/11141/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11141/",
            "msgid": "<20210204100541.657503-4-hiroh@chromium.org>",
            "date": "2021-02-04T10:05:38",
            "name": "[libcamera-devel,RFC,3/6] android: camera_stream: Pass post processor in configure()",
            "mbox": "https://patchwork.libcamera.org/patch/11141/mbox/"
        },
        {
            "id": 11142,
            "url": "https://patchwork.libcamera.org/api/patches/11142/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11142/",
            "msgid": "<20210204100541.657503-5-hiroh@chromium.org>",
            "date": "2021-02-04T10:05:39",
            "name": "[libcamera-devel,RFC,4/6] android: camera_device: Implement toString() in Camera3StreamConfig",
            "mbox": "https://patchwork.libcamera.org/patch/11142/mbox/"
        },
        {
            "id": 11143,
            "url": "https://patchwork.libcamera.org/api/patches/11143/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11143/",
            "msgid": "<20210204100541.657503-6-hiroh@chromium.org>",
            "date": "2021-02-04T10:05:40",
            "name": "[libcamera-devel,RFC,5/6] android: camera_device: Introduce PostProcessorType",
            "mbox": "https://patchwork.libcamera.org/patch/11143/mbox/"
        },
        {
            "id": 11144,
            "url": "https://patchwork.libcamera.org/api/patches/11144/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11144/",
            "msgid": "<20210204100541.657503-7-hiroh@chromium.org>",
            "date": "2021-02-04T10:05:41",
            "name": "[libcamera-devel,RFC,6/6] android: camera_device: Support stream mapping",
            "mbox": "https://patchwork.libcamera.org/patch/11144/mbox/"
        }
    ]
}