Show a series.

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

{
    "id": 4519,
    "url": "https://patchwork.libcamera.org/api/series/4519/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4519",
    "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": "Two small tuning script cleanups",
    "date": "2024-08-14T09:41:29",
    "submitter": {
        "id": 184,
        "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
        "name": "Stefan Klug",
        "email": "stefan.klug@ideasonboard.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4519/mbox/",
    "cover_letter": {
        "id": 20910,
        "url": "https://patchwork.libcamera.org/api/covers/20910/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20910/",
        "msgid": "<20240814094134.73333-1-stefan.klug@ideasonboard.com>",
        "date": "2024-08-14T09:41:29",
        "name": "[v2,0/2] Two small tuning script cleanups",
        "mbox": "https://patchwork.libcamera.org/cover/20910/mbox/"
    },
    "patches": [
        {
            "id": 20911,
            "url": "https://patchwork.libcamera.org/api/patches/20911/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20911/",
            "msgid": "<20240814094134.73333-2-stefan.klug@ideasonboard.com>",
            "date": "2024-08-14T09:41:30",
            "name": "[v2,1/2] utils: tuning: rkisp1: Clean up tuner construction",
            "mbox": "https://patchwork.libcamera.org/patch/20911/mbox/"
        },
        {
            "id": 20912,
            "url": "https://patchwork.libcamera.org/api/patches/20912/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20912/",
            "msgid": "<20240814094134.73333-3-stefan.klug@ideasonboard.com>",
            "date": "2024-08-14T09:41:31",
            "name": "[v2,2/2] utils: tuning: Change Tuner.add() to accept a list of modules",
            "mbox": "https://patchwork.libcamera.org/patch/20912/mbox/"
        }
    ]
}