Show a series.

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

{
    "id": 4484,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4484/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4484",
    "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": "Two small tuning script cleanups",
    "date": "2024-08-05T07:06:31",
    "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": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4484/mbox/",
    "cover_letter": {
        "id": 20763,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/20763/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20763/",
        "msgid": "<20240805070644.1536232-1-stefan.klug@ideasonboard.com>",
        "date": "2024-08-05T07:06:31",
        "name": "[v1,0/2] Two small tuning script cleanups",
        "mbox": "https://patchwork.libcamera.org/cover/20763/mbox/"
    },
    "patches": [
        {
            "id": 20764,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20764/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20764/",
            "msgid": "<20240805070644.1536232-2-stefan.klug@ideasonboard.com>",
            "date": "2024-08-05T07:06:32",
            "name": "[v1,1/2] utils: tuning: rkisp1: Clean up tuner construction",
            "mbox": "https://patchwork.libcamera.org/patch/20764/mbox/"
        },
        {
            "id": 20765,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20765/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20765/",
            "msgid": "<20240805070644.1536232-3-stefan.klug@ideasonboard.com>",
            "date": "2024-08-05T07:06:33",
            "name": "[v1,2/2] utils: tuning: Change Tuner.add() to accept a list of modules",
            "mbox": "https://patchwork.libcamera.org/patch/20765/mbox/"
        }
    ]
}