Show a series.

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

{
    "id": 4220,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4220/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4220",
    "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": null,
    "date": "2024-03-13T10:56:41",
    "submitter": {
        "id": 184,
        "url": "https://patchwork.libcamera.org/api/1.1/people/184/?format=api",
        "name": "Stefan Klug",
        "email": "stefan.klug@ideasonboard.com"
    },
    "version": 1,
    "total": 12,
    "received_total": 1,
    "received_all": false,
    "mbox": "https://patchwork.libcamera.org/series/4220/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 19698,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19698/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19698/",
            "msgid": "<20240313105645.120317-10-stefan.klug@ideasonboard.com>",
            "date": "2024-03-13T10:56:41",
            "name": "[08/12] libcamera: delayed_controls: add ctrls list to reset function",
            "mbox": "https://patchwork.libcamera.org/patch/19698/mbox/"
        }
    ]
}