Show a series.

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

{
    "id": 5246,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5246/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5246",
    "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": "Raspberry Pi: Media graph enumeration updates",
    "date": "2025-06-25T08:41:15",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/1.1/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5246/mbox/",
    "cover_letter": {
        "id": 23648,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/23648/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23648/",
        "msgid": "<20250625084212.858487-1-naush@raspberrypi.com>",
        "date": "2025-06-25T08:41:15",
        "name": "[v1,0/3] Raspberry Pi: Media graph enumeration updates",
        "mbox": "https://patchwork.libcamera.org/cover/23648/mbox/"
    },
    "patches": [
        {
            "id": 23649,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23649/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23649/",
            "msgid": "<20250625084212.858487-2-naush@raspberrypi.com>",
            "date": "2025-06-25T08:41:16",
            "name": "[v1,1/3] pipeline: rpi: Fix for enumerating the media graphs",
            "mbox": "https://patchwork.libcamera.org/patch/23649/mbox/"
        },
        {
            "id": 23650,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23650/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23650/",
            "msgid": "<20250625084212.858487-3-naush@raspberrypi.com>",
            "date": "2025-06-25T08:41:17",
            "name": "[v1,2/3] pipeline: rpi: Move media device configuration into its own function",
            "mbox": "https://patchwork.libcamera.org/patch/23650/mbox/"
        },
        {
            "id": 23651,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23651/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23651/",
            "msgid": "<20250625084212.858487-4-naush@raspberrypi.com>",
            "date": "2025-06-25T08:41:18",
            "name": "[v1,3/3] pipeline: rpi: Set a default route for entities where applicable",
            "mbox": "https://patchwork.libcamera.org/patch/23651/mbox/"
        }
    ]
}