Show a series.

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

{
    "id": 5484,
    "url": "https://patchwork.libcamera.org/api/series/5484/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5484",
    "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-10T14:18:23",
    "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/5484/mbox/",
    "cover_letter": {
        "id": 24581,
        "url": "https://patchwork.libcamera.org/api/covers/24581/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24581/",
        "msgid": "<20251010141826.42995-1-uajain@igalia.com>",
        "date": "2025-10-10T14:18:23",
        "name": "[0/3] gstreamer: some assorted fixes",
        "mbox": "https://patchwork.libcamera.org/cover/24581/mbox/"
    },
    "patches": [
        {
            "id": 24582,
            "url": "https://patchwork.libcamera.org/api/patches/24582/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24582/",
            "msgid": "<20251010141826.42995-2-uajain@igalia.com>",
            "date": "2025-10-10T14:18:24",
            "name": "[1/3] gstreamer: Shorten function name",
            "mbox": "https://patchwork.libcamera.org/patch/24582/mbox/"
        },
        {
            "id": 24583,
            "url": "https://patchwork.libcamera.org/api/patches/24583/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24583/",
            "msgid": "<20251010141826.42995-3-uajain@igalia.com>",
            "date": "2025-10-10T14:18:25",
            "name": "[2/3] gstreamer: Associate libcamera::Stream with GstPad",
            "mbox": "https://patchwork.libcamera.org/patch/24583/mbox/"
        },
        {
            "id": 24584,
            "url": "https://patchwork.libcamera.org/api/patches/24584/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24584/",
            "msgid": "<20251010141826.42995-4-uajain@igalia.com>",
            "date": "2025-10-10T14:18:26",
            "name": "[3/3] gstreamer: Improve logging for buffer pool activation",
            "mbox": "https://patchwork.libcamera.org/patch/24584/mbox/"
        }
    ]
}