Show a series.

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

{
    "id": 5010,
    "url": "https://patchwork.libcamera.org/api/series/5010/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5010",
    "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: start frame events changes",
    "date": "2025-02-21T11:26:08",
    "submitter": {
        "id": 211,
        "url": "https://patchwork.libcamera.org/api/people/211/?format=api",
        "name": "Stanislaw Gruszka",
        "email": "stanislaw.gruszka@linux.intel.com"
    },
    "version": 4,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5010/mbox/",
    "cover_letter": {
        "id": 22818,
        "url": "https://patchwork.libcamera.org/api/covers/22818/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22818/",
        "msgid": "<20250221112610.42402-1-stanislaw.gruszka@linux.intel.com>",
        "date": "2025-02-21T11:26:08",
        "name": "[v4,0/2] libcamera: start frame events changes",
        "mbox": "https://patchwork.libcamera.org/cover/22818/mbox/"
    },
    "patches": [
        {
            "id": 22819,
            "url": "https://patchwork.libcamera.org/api/patches/22819/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22819/",
            "msgid": "<20250221112610.42402-2-stanislaw.gruszka@linux.intel.com>",
            "date": "2025-02-21T11:26:09",
            "name": "[v4,1/2] libcamera: v4l2_device: add frame start event helpers",
            "mbox": "https://patchwork.libcamera.org/patch/22819/mbox/"
        },
        {
            "id": 22820,
            "url": "https://patchwork.libcamera.org/api/patches/22820/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22820/",
            "msgid": "<20250221112610.42402-3-stanislaw.gruszka@linux.intel.com>",
            "date": "2025-02-21T11:26:10",
            "name": "[v4,2/2] pipeline: simple: Use proper device for frame start events",
            "mbox": "https://patchwork.libcamera.org/patch/22820/mbox/"
        }
    ]
}