Show a series.

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

{
    "id": 4904,
    "url": "https://patchwork.libcamera.org/api/series/4904/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4904",
    "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": "utils: tuning: libtuning: Fix tuning for non RGGB RAWs",
    "date": "2024-12-17T14:59:35",
    "submitter": {
        "id": 184,
        "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
        "name": "Stefan Klug",
        "email": "stefan.klug@ideasonboard.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4904/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 22378,
            "url": "https://patchwork.libcamera.org/api/patches/22378/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22378/",
            "msgid": "<20241217150007.376357-1-stefan.klug@ideasonboard.com>",
            "date": "2024-12-17T14:59:35",
            "name": "utils: tuning: libtuning: Fix tuning for non RGGB RAWs",
            "mbox": "https://patchwork.libcamera.org/patch/22378/mbox/"
        }
    ]
}