Show a series.

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

{
    "id": 4676,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4676/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4676",
    "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": "Get black level from the camera helper",
    "date": "2024-10-09T19:19:32",
    "submitter": {
        "id": 177,
        "url": "https://patchwork.libcamera.org/api/1.1/people/177/?format=api",
        "name": "Milan Zamazal",
        "email": "mzamazal@redhat.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4676/mbox/",
    "cover_letter": {
        "id": 21566,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21566/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21566/",
        "msgid": "<20241009191940.2359227-1-mzamazal@redhat.com>",
        "date": "2024-10-09T19:19:32",
        "name": "[v2,0/1] Get black level from the camera helper",
        "mbox": "https://patchwork.libcamera.org/cover/21566/mbox/"
    },
    "patches": [
        {
            "id": 21567,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21567/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21567/",
            "msgid": "<20241009191940.2359227-2-mzamazal@redhat.com>",
            "date": "2024-10-09T19:19:33",
            "name": "[v2,1/1] libcamera: software_isp: Get black level from the camera helper",
            "mbox": "https://patchwork.libcamera.org/patch/21567/mbox/"
        }
    ]
}