Show a series.

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

{
    "id": 5204,
    "url": "https://patchwork.libcamera.org/api/series/5204/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5204",
    "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": "gstreamer: Miscellaneous cleanups + two fixes",
    "date": "2025-06-04T13:07:34",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 2,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5204/mbox/",
    "cover_letter": {
        "id": 23461,
        "url": "https://patchwork.libcamera.org/api/covers/23461/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23461/",
        "msgid": "<20250604130741.9228-1-laurent.pinchart@ideasonboard.com>",
        "date": "2025-06-04T13:07:34",
        "name": "[v2,0/7] gstreamer: Miscellaneous cleanups + two fixes",
        "mbox": "https://patchwork.libcamera.org/cover/23461/mbox/"
    },
    "patches": [
        {
            "id": 23462,
            "url": "https://patchwork.libcamera.org/api/patches/23462/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23462/",
            "msgid": "<20250604130741.9228-2-laurent.pinchart@ideasonboard.com>",
            "date": "2025-06-04T13:07:35",
            "name": "[v2,1/7] gstreamer: Document improvements when updating minimum GStreamer version",
            "mbox": "https://patchwork.libcamera.org/patch/23462/mbox/"
        },
        {
            "id": 23463,
            "url": "https://patchwork.libcamera.org/api/patches/23463/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23463/",
            "msgid": "<20250604130741.9228-3-laurent.pinchart@ideasonboard.com>",
            "date": "2025-06-04T13:07:36",
            "name": "[v2,2/7] gstreamer: Factor out video pool creation",
            "mbox": "https://patchwork.libcamera.org/patch/23463/mbox/"
        },
        {
            "id": 23464,
            "url": "https://patchwork.libcamera.org/api/patches/23464/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23464/",
            "msgid": "<20250604130741.9228-4-laurent.pinchart@ideasonboard.com>",
            "date": "2025-06-04T13:07:37",
            "name": "[v2,3/7] gstreamer: Reduce indentation in gst_libcamera_create_video_pool()",
            "mbox": "https://patchwork.libcamera.org/patch/23464/mbox/"
        },
        {
            "id": 23465,
            "url": "https://patchwork.libcamera.org/api/patches/23465/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23465/",
            "msgid": "<20250604130741.9228-5-laurent.pinchart@ideasonboard.com>",
            "date": "2025-06-04T13:07:38",
            "name": "[v2,4/7] gstreamer: Rename variable in gst_libcamera_create_video_pool()",
            "mbox": "https://patchwork.libcamera.org/patch/23465/mbox/"
        },
        {
            "id": 23466,
            "url": "https://patchwork.libcamera.org/api/patches/23466/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23466/",
            "msgid": "<20250604130741.9228-6-laurent.pinchart@ideasonboard.com>",
            "date": "2025-06-04T13:07:39",
            "name": "[v2,5/7] gstreamer: Fix leak of GstQuery and GstBufferPool in error path",
            "mbox": "https://patchwork.libcamera.org/patch/23466/mbox/"
        },
        {
            "id": 23467,
            "url": "https://patchwork.libcamera.org/api/patches/23467/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23467/",
            "msgid": "<20250604130741.9228-7-laurent.pinchart@ideasonboard.com>",
            "date": "2025-06-04T13:07:40",
            "name": "[v2,6/7] gstreamer: Drop incorrect unref on caps",
            "mbox": "https://patchwork.libcamera.org/patch/23467/mbox/"
        },
        {
            "id": 23468,
            "url": "https://patchwork.libcamera.org/api/patches/23468/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23468/",
            "msgid": "<20250604130741.9228-8-laurent.pinchart@ideasonboard.com>",
            "date": "2025-06-04T13:07:41",
            "name": "[v2,7/7] gstreamer: Replace NULL with nullptr",
            "mbox": "https://patchwork.libcamera.org/patch/23468/mbox/"
        }
    ]
}