Show a series.

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

{
    "id": 2611,
    "url": "https://patchwork.libcamera.org/api/series/2611/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2611",
    "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": "Async Post Processor",
    "date": "2021-10-11T07:34:58",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 4,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2611/mbox/",
    "cover_letter": {
        "id": 14075,
        "url": "https://patchwork.libcamera.org/api/covers/14075/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14075/",
        "msgid": "<20211011073505.243864-1-umang.jain@ideasonboard.com>",
        "date": "2021-10-11T07:34:58",
        "name": "[libcamera-devel,v4,0/7] Async Post Processor",
        "mbox": "https://patchwork.libcamera.org/cover/14075/mbox/"
    },
    "patches": [
        {
            "id": 14076,
            "url": "https://patchwork.libcamera.org/api/patches/14076/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14076/",
            "msgid": "<20211011073505.243864-2-umang.jain@ideasonboard.com>",
            "date": "2021-10-11T07:34:59",
            "name": "[libcamera-devel,v4,1/7] camera_device: Remove private scope of Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/14076/mbox/"
        },
        {
            "id": 14077,
            "url": "https://patchwork.libcamera.org/api/patches/14077/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14077/",
            "msgid": "<20211011073505.243864-3-umang.jain@ideasonboard.com>",
            "date": "2021-10-11T07:35:00",
            "name": "[libcamera-devel,v4,2/7] android: camera_stream: Plumb process() with Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/14077/mbox/"
        },
        {
            "id": 14078,
            "url": "https://patchwork.libcamera.org/api/patches/14078/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14078/",
            "msgid": "<20211011073505.243864-4-umang.jain@ideasonboard.com>",
            "date": "2021-10-11T07:35:01",
            "name": "[libcamera-devel,v4,3/7] android: Notify post processing completion via a signal",
            "mbox": "https://patchwork.libcamera.org/patch/14078/mbox/"
        },
        {
            "id": 14079,
            "url": "https://patchwork.libcamera.org/api/patches/14079/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14079/",
            "msgid": "<20211011073505.243864-5-umang.jain@ideasonboard.com>",
            "date": "2021-10-11T07:35:02",
            "name": "[libcamera-devel,v4,4/7] android: camera_stream: Drop return value for process()",
            "mbox": "https://patchwork.libcamera.org/patch/14079/mbox/"
        },
        {
            "id": 14080,
            "url": "https://patchwork.libcamera.org/api/patches/14080/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14080/",
            "msgid": "<20211011073505.243864-6-umang.jain@ideasonboard.com>",
            "date": "2021-10-11T07:35:03",
            "name": "[libcamera-devel,v4,5/7] android: post_processor: Make post processing async",
            "mbox": "https://patchwork.libcamera.org/patch/14080/mbox/"
        },
        {
            "id": 14081,
            "url": "https://patchwork.libcamera.org/api/patches/14081/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14081/",
            "msgid": "<20211011073505.243864-7-umang.jain@ideasonboard.com>",
            "date": "2021-10-11T07:35:04",
            "name": "[libcamera-devel,v4,6/7] android: camera_device: Protect descriptor status_ with lock",
            "mbox": "https://patchwork.libcamera.org/patch/14081/mbox/"
        },
        {
            "id": 14082,
            "url": "https://patchwork.libcamera.org/api/patches/14082/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14082/",
            "msgid": "<20211011073505.243864-8-umang.jain@ideasonboard.com>",
            "date": "2021-10-11T07:35:05",
            "name": "[libcamera-devel,v4,7/7] android: camera_device: Synchronise completion and cleanup of requests",
            "mbox": "https://patchwork.libcamera.org/patch/14082/mbox/"
        }
    ]
}