Show a series.

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

{
    "id": 4427,
    "url": "https://patchwork.libcamera.org/api/series/4427/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4427",
    "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": "Fix misleading error messages",
    "date": "2024-06-27T17:33:03",
    "submitter": {
        "id": 177,
        "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
        "name": "Milan Zamazal",
        "email": "mzamazal@redhat.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4427/mbox/",
    "cover_letter": {
        "id": 20451,
        "url": "https://patchwork.libcamera.org/api/covers/20451/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20451/",
        "msgid": "<20240627173305.1477718-1-mzamazal@redhat.com>",
        "date": "2024-06-27T17:33:03",
        "name": "[0/2] Fix misleading error messages",
        "mbox": "https://patchwork.libcamera.org/cover/20451/mbox/"
    },
    "patches": [
        {
            "id": 20453,
            "url": "https://patchwork.libcamera.org/api/patches/20453/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20453/",
            "msgid": "<20240627173305.1477718-2-mzamazal@redhat.com>",
            "date": "2024-06-27T17:33:04",
            "name": "[1/2] libcamera: ipa_proxy: Report a missing configuration as a warning",
            "mbox": "https://patchwork.libcamera.org/patch/20453/mbox/"
        },
        {
            "id": 20452,
            "url": "https://patchwork.libcamera.org/api/patches/20452/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20452/",
            "msgid": "<20240627173305.1477718-3-mzamazal@redhat.com>",
            "date": "2024-06-27T17:33:05",
            "name": "[2/2] libcamera: simple: Log a missing sensor in a better way",
            "mbox": "https://patchwork.libcamera.org/patch/20452/mbox/"
        }
    ]
}