Show a series.

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

{
    "id": 4083,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4083/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4083",
    "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": "[libcamera-devel,v2,1/2] libcamera: controls: Update the ColourTemperature control to be writable",
    "date": "2023-11-23T13:09:04",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/1.1/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4083/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 19231,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19231/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19231/",
            "msgid": "<20231123130905.103934-1-david.plowman@raspberrypi.com>",
            "date": "2023-11-23T13:09:04",
            "name": "[libcamera-devel,v2,1/2] libcamera: controls: Update the ColourTemperature control to be writable",
            "mbox": "https://patchwork.libcamera.org/patch/19231/mbox/"
        },
        {
            "id": 19232,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19232/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19232/",
            "msgid": "<20231123130905.103934-2-david.plowman@raspberrypi.com>",
            "date": "2023-11-23T13:09:05",
            "name": "[libcamera-devel,v2,2/2] ipa: rpi: awb: Make it possible to set the colour temperature directly",
            "mbox": "https://patchwork.libcamera.org/patch/19232/mbox/"
        }
    ]
}