Show a series.

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

{
    "id": 5488,
    "url": "https://patchwork.libcamera.org/api/series/5488/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5488",
    "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: some assorted fixes",
    "date": "2025-10-13T06:31:25",
    "submitter": {
        "id": 232,
        "url": "https://patchwork.libcamera.org/api/people/232/?format=api",
        "name": "Umang Jain",
        "email": "uajain@igalia.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5488/mbox/",
    "cover_letter": {
        "id": 24600,
        "url": "https://patchwork.libcamera.org/api/covers/24600/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24600/",
        "msgid": "<20251013063132.89521-1-uajain@igalia.com>",
        "date": "2025-10-13T06:31:25",
        "name": "[0/3] gstreamer: some assorted fixes",
        "mbox": "https://patchwork.libcamera.org/cover/24600/mbox/"
    },
    "patches": [
        {
            "id": 24601,
            "url": "https://patchwork.libcamera.org/api/patches/24601/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24601/",
            "msgid": "<20251013063132.89521-2-uajain@igalia.com>",
            "date": "2025-10-13T06:31:26",
            "name": "[1/3] gstreamer: Shorten function name",
            "mbox": "https://patchwork.libcamera.org/patch/24601/mbox/"
        },
        {
            "id": 24602,
            "url": "https://patchwork.libcamera.org/api/patches/24602/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24602/",
            "msgid": "<20251013063132.89521-3-uajain@igalia.com>",
            "date": "2025-10-13T06:31:27",
            "name": "[2/3] gstreamer: Associate libcamera::Stream with GstPad",
            "mbox": "https://patchwork.libcamera.org/patch/24602/mbox/"
        },
        {
            "id": 24603,
            "url": "https://patchwork.libcamera.org/api/patches/24603/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24603/",
            "msgid": "<20251013063132.89521-4-uajain@igalia.com>",
            "date": "2025-10-13T06:31:28",
            "name": "[3/3] gstreamer: Improve logging for buffer pool activation",
            "mbox": "https://patchwork.libcamera.org/patch/24603/mbox/"
        }
    ]
}