Show a series.

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

{
    "id": 2638,
    "url": "https://patchwork.libcamera.org/api/series/2638/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2638",
    "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": "android: Overhaul request handling",
    "date": "2021-10-19T11:47:50",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 2,
    "total": 12,
    "received_total": 12,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2638/mbox/",
    "cover_letter": {
        "id": 14174,
        "url": "https://patchwork.libcamera.org/api/covers/14174/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14174/",
        "msgid": "<20211019114802.665980-1-umang.jain@ideasonboard.com>",
        "date": "2021-10-19T11:47:50",
        "name": "[libcamera-devel,v2,00/12] android: Overhaul request handling",
        "mbox": "https://patchwork.libcamera.org/cover/14174/mbox/"
    },
    "patches": [
        {
            "id": 14175,
            "url": "https://patchwork.libcamera.org/api/patches/14175/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14175/",
            "msgid": "<20211019114802.665980-2-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:51",
            "name": "[libcamera-devel,v2,01/12] camera_device: Remove private scope of Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/14175/mbox/"
        },
        {
            "id": 14176,
            "url": "https://patchwork.libcamera.org/api/patches/14176/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14176/",
            "msgid": "<20211019114802.665980-3-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:52",
            "name": "[libcamera-devel,v2,02/12] android: camera_request: Turn struct into a class",
            "mbox": "https://patchwork.libcamera.org/patch/14176/mbox/"
        },
        {
            "id": 14177,
            "url": "https://patchwork.libcamera.org/api/patches/14177/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14177/",
            "msgid": "<20211019114802.665980-4-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:53",
            "name": "[libcamera-devel,v2,03/12] android: camera_device: Build capture_result dynamically",
            "mbox": "https://patchwork.libcamera.org/patch/14177/mbox/"
        },
        {
            "id": 14178,
            "url": "https://patchwork.libcamera.org/api/patches/14178/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14178/",
            "msgid": "<20211019114802.665980-5-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:54",
            "name": "[libcamera-devel,v2,04/12] android: camera_stream: Plumb process() with Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/14178/mbox/"
        },
        {
            "id": 14179,
            "url": "https://patchwork.libcamera.org/api/patches/14179/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14179/",
            "msgid": "<20211019114802.665980-6-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:55",
            "name": "[libcamera-devel,v2,05/12] android: camera_device: Create struct to track per stream buffer",
            "mbox": "https://patchwork.libcamera.org/patch/14179/mbox/"
        },
        {
            "id": 14180,
            "url": "https://patchwork.libcamera.org/api/patches/14180/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14180/",
            "msgid": "<20211019114802.665980-7-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:56",
            "name": "[libcamera-devel,v2,06/12] android: camera_stream: Pass StreamBuffer to process()",
            "mbox": "https://patchwork.libcamera.org/patch/14180/mbox/"
        },
        {
            "id": 14181,
            "url": "https://patchwork.libcamera.org/api/patches/14181/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14181/",
            "msgid": "<20211019114802.665980-8-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:57",
            "name": "[libcamera-devel,v2,07/12] android: camera_stream: Return non-const pointer from camera3Stream()",
            "mbox": "https://patchwork.libcamera.org/patch/14181/mbox/"
        },
        {
            "id": 14182,
            "url": "https://patchwork.libcamera.org/api/patches/14182/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14182/",
            "msgid": "<20211019114802.665980-9-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:58",
            "name": "[libcamera-devel,v2,08/12] android: camera_device: Use abortRequest() instead of open-coding it",
            "mbox": "https://patchwork.libcamera.org/patch/14182/mbox/"
        },
        {
            "id": 14183,
            "url": "https://patchwork.libcamera.org/api/patches/14183/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14183/",
            "msgid": "<20211019114802.665980-10-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:47:59",
            "name": "[libcamera-devel,v2,09/12] android: camera_request: Don't embed full camera3_stream_buffer_t",
            "mbox": "https://patchwork.libcamera.org/patch/14183/mbox/"
        },
        {
            "id": 14184,
            "url": "https://patchwork.libcamera.org/api/patches/14184/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14184/",
            "msgid": "<20211019114802.665980-11-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:48:00",
            "name": "[libcamera-devel,v2,10/12] android: camera_stream: Don't close fence if wait fails",
            "mbox": "https://patchwork.libcamera.org/patch/14184/mbox/"
        },
        {
            "id": 14185,
            "url": "https://patchwork.libcamera.org/api/patches/14185/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14185/",
            "msgid": "<20211019114802.665980-12-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:48:01",
            "name": "[libcamera-devel,v2,11/12] android: camera_stream: Define explicit move constructor and destructors",
            "mbox": "https://patchwork.libcamera.org/patch/14185/mbox/"
        },
        {
            "id": 14186,
            "url": "https://patchwork.libcamera.org/api/patches/14186/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14186/",
            "msgid": "<20211019114802.665980-13-umang.jain@ideasonboard.com>",
            "date": "2021-10-19T11:48:02",
            "name": "[libcamera-devel,v2,12/12] android: camera_metadata: Rename get() to getMetadata()",
            "mbox": "https://patchwork.libcamera.org/patch/14186/mbox/"
        }
    ]
}