Show a series.

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

{
    "id": 2636,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2636/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2636",
    "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": "android: Overhaul request handling",
    "date": "2021-10-18T13:29:12",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/1.1/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 1,
    "total": 11,
    "received_total": 11,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2636/mbox/",
    "cover_letter": {
        "id": 14161,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/14161/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14161/",
        "msgid": "<20211018132923.476242-1-umang.jain@ideasonboard.com>",
        "date": "2021-10-18T13:29:12",
        "name": "[libcamera-devel,00/11] android: Overhaul request handling",
        "mbox": "https://patchwork.libcamera.org/cover/14161/mbox/"
    },
    "patches": [
        {
            "id": 14162,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14162/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14162/",
            "msgid": "<20211018132923.476242-2-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:13",
            "name": "[libcamera-devel,01/11] camera_device: Remove private scope of Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/14162/mbox/"
        },
        {
            "id": 14163,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14163/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14163/",
            "msgid": "<20211018132923.476242-3-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:14",
            "name": "[libcamera-devel,02/11] android: camera_request: Turn struct into a class",
            "mbox": "https://patchwork.libcamera.org/patch/14163/mbox/"
        },
        {
            "id": 14164,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14164/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14164/",
            "msgid": "<20211018132923.476242-4-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:15",
            "name": "[libcamera-devel,03/11] android: camera_device: Build capture_result dynamically",
            "mbox": "https://patchwork.libcamera.org/patch/14164/mbox/"
        },
        {
            "id": 14165,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14165/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14165/",
            "msgid": "<20211018132923.476242-5-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:16",
            "name": "[libcamera-devel,04/11] android: camera_stream: Plumb process() with Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/14165/mbox/"
        },
        {
            "id": 14166,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14166/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14166/",
            "msgid": "<20211018132923.476242-6-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:17",
            "name": "[libcamera-devel,05/11] android: camera_device: Create struct to track per stream buffer",
            "mbox": "https://patchwork.libcamera.org/patch/14166/mbox/"
        },
        {
            "id": 14167,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14167/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14167/",
            "msgid": "<20211018132923.476242-7-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:18",
            "name": "[libcamera-devel,06/11] android: camera_stream: Pass StreamBuffer to process()",
            "mbox": "https://patchwork.libcamera.org/patch/14167/mbox/"
        },
        {
            "id": 14168,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14168/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14168/",
            "msgid": "<20211018132923.476242-8-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:19",
            "name": "[libcamera-devel,07/11] android: camera_stream: Return non-const pointer from camera3Stream()",
            "mbox": "https://patchwork.libcamera.org/patch/14168/mbox/"
        },
        {
            "id": 14169,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14169/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14169/",
            "msgid": "<20211018132923.476242-9-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:20",
            "name": "[libcamera-devel,08/11] android: camera_device: Use abortRequest() instead of open-coding it",
            "mbox": "https://patchwork.libcamera.org/patch/14169/mbox/"
        },
        {
            "id": 14170,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14170/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14170/",
            "msgid": "<20211018132923.476242-10-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:21",
            "name": "[libcamera-devel,09/11] android: camera_request: Don't embed full camera3_stream_buffer_t",
            "mbox": "https://patchwork.libcamera.org/patch/14170/mbox/"
        },
        {
            "id": 14171,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14171/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14171/",
            "msgid": "<20211018132923.476242-11-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:22",
            "name": "[libcamera-devel,10/11] android: camera_stream: Don't close fence if wait times out",
            "mbox": "https://patchwork.libcamera.org/patch/14171/mbox/"
        },
        {
            "id": 14172,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14172/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14172/",
            "msgid": "<20211018132923.476242-12-umang.jain@ideasonboard.com>",
            "date": "2021-10-18T13:29:23",
            "name": "[libcamera-devel,11/11] android: camera_stream: Define explicit move constructor and destructors",
            "mbox": "https://patchwork.libcamera.org/patch/14172/mbox/"
        }
    ]
}