Show a series.

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

{
    "id": 4285,
    "url": "https://patchwork.libcamera.org/api/series/4285/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4285",
    "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": "libcamera: Assorted cleanups and fixes",
    "date": "2024-05-03T02:52:01",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4285/mbox/",
    "cover_letter": {
        "id": 19991,
        "url": "https://patchwork.libcamera.org/api/covers/19991/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19991/",
        "msgid": "<20240503025205.2814-1-laurent.pinchart@ideasonboard.com>",
        "date": "2024-05-03T02:52:01",
        "name": "[0/4] libcamera: Assorted cleanups and fixes",
        "mbox": "https://patchwork.libcamera.org/cover/19991/mbox/"
    },
    "patches": [
        {
            "id": 19992,
            "url": "https://patchwork.libcamera.org/api/patches/19992/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19992/",
            "msgid": "<20240503025205.2814-2-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-03T02:52:02",
            "name": "[1/4] libcamera: utils: Avoid infinite recursion with strtod()",
            "mbox": "https://patchwork.libcamera.org/patch/19992/mbox/"
        },
        {
            "id": 19993,
            "url": "https://patchwork.libcamera.org/api/patches/19993/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19993/",
            "msgid": "<20240503025205.2814-3-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-03T02:52:03",
            "name": "[2/4] libcamera: shared_mem_object: Fix compilation with uClibc",
            "mbox": "https://patchwork.libcamera.org/patch/19993/mbox/"
        },
        {
            "id": 19994,
            "url": "https://patchwork.libcamera.org/api/patches/19994/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19994/",
            "msgid": "<20240503025205.2814-4-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-03T02:52:04",
            "name": "[3/4] apps: qcam: Use standard key sequence for quit action",
            "mbox": "https://patchwork.libcamera.org/patch/19994/mbox/"
        },
        {
            "id": 19995,
            "url": "https://patchwork.libcamera.org/api/patches/19995/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19995/",
            "msgid": "<20240503025205.2814-5-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-03T02:52:05",
            "name": "[4/4] meson: Deprecate bitwise operations between different enumeration type",
            "mbox": "https://patchwork.libcamera.org/patch/19995/mbox/"
        }
    ]
}