Show a series.

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

{
    "id": 4584,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4584/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4584",
    "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": "Recycle V4L2BufferCache when VIDIOC_QBUF fails",
    "date": "2024-09-12T05:09:38",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/1.1/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4584/mbox/",
    "cover_letter": {
        "id": 21245,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21245/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21245/",
        "msgid": "<20240912051409.3495486-1-chenghaoyang@google.com>",
        "date": "2024-09-12T05:09:38",
        "name": "[0/1] Recycle V4L2BufferCache when VIDIOC_QBUF fails",
        "mbox": "https://patchwork.libcamera.org/cover/21245/mbox/"
    },
    "patches": [
        {
            "id": 21246,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21246/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21246/",
            "msgid": "<20240912051409.3495486-2-chenghaoyang@google.com>",
            "date": "2024-09-12T05:09:39",
            "name": "[1/1] libcamera: Put buffer back to V4L2BufferCache when VIDIOC_QBUF fails",
            "mbox": "https://patchwork.libcamera.org/patch/21246/mbox/"
        }
    ]
}