Show a series.

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

{
    "id": 2493,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2493/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2493",
    "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": "Async post-processor",
    "date": "2021-09-07T19:56:58",
    "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": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2493/mbox/",
    "cover_letter": {
        "id": 13749,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/13749/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/13749/",
        "msgid": "<20210907195704.338079-1-umang.jain@ideasonboard.com>",
        "date": "2021-09-07T19:56:58",
        "name": "[libcamera-devel,v1,0/6] Async post-processor",
        "mbox": "https://patchwork.libcamera.org/cover/13749/mbox/"
    },
    "patches": [
        {
            "id": 13750,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13750/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13750/",
            "msgid": "<20210907195704.338079-2-umang.jain@ideasonboard.com>",
            "date": "2021-09-07T19:56:59",
            "name": "[libcamera-devel,v1,1/6] android: camera_stream: Pass FrameBuffer pointer instead of reference",
            "mbox": "https://patchwork.libcamera.org/patch/13750/mbox/"
        },
        {
            "id": 13751,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13751/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13751/",
            "msgid": "<20210907195704.338079-3-umang.jain@ideasonboard.com>",
            "date": "2021-09-07T19:57:00",
            "name": "[libcamera-devel,v1,2/6] android: post_processor: Notify post processing completion status",
            "mbox": "https://patchwork.libcamera.org/patch/13751/mbox/"
        },
        {
            "id": 13752,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13752/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13752/",
            "msgid": "<20210907195704.338079-4-umang.jain@ideasonboard.com>",
            "date": "2021-09-07T19:57:01",
            "name": "[libcamera-devel,v1,3/6] android: camera_stream: Notify process() status with a Signal",
            "mbox": "https://patchwork.libcamera.org/patch/13752/mbox/"
        },
        {
            "id": 13753,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13753/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13753/",
            "msgid": "<20210907195704.338079-5-umang.jain@ideasonboard.com>",
            "date": "2021-09-07T19:57:02",
            "name": "[libcamera-devel,v1,4/6] android: camera_device: Add a queue for sending capture results",
            "mbox": "https://patchwork.libcamera.org/patch/13753/mbox/"
        },
        {
            "id": 13754,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13754/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13754/",
            "msgid": "<20210907195704.338079-6-umang.jain@ideasonboard.com>",
            "date": "2021-09-07T19:57:03",
            "name": "[libcamera-devel,v1,5/6] android: camera_device: Move buffer mapping for post-processing",
            "mbox": "https://patchwork.libcamera.org/patch/13754/mbox/"
        },
        {
            "id": 13755,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13755/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13755/",
            "msgid": "<20210907195704.338079-7-umang.jain@ideasonboard.com>",
            "date": "2021-09-07T19:57:04",
            "name": "[libcamera-devel,v1,6/6] android: camera_stream: Run post-processor in a separate thread",
            "mbox": "https://patchwork.libcamera.org/patch/13755/mbox/"
        }
    ]
}