Show a series.

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

{
    "id": 4687,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4687/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4687",
    "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": "Add U16 & U32 support in controls",
    "date": "2024-10-11T17:55:10",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/1.1/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4687/mbox/",
    "cover_letter": {
        "id": 21594,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21594/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21594/",
        "msgid": "<20241011175653.3530945-1-chenghaoyang@chromium.org>",
        "date": "2024-10-11T17:55:10",
        "name": "[0/2] Add U16 & U32 support in controls",
        "mbox": "https://patchwork.libcamera.org/cover/21594/mbox/"
    },
    "patches": [
        {
            "id": 21595,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21595/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21595/",
            "msgid": "<20241011175653.3530945-2-chenghaoyang@chromium.org>",
            "date": "2024-10-11T17:55:11",
            "name": "[1/2] libcamera: Allow enumerating u32 control type",
            "mbox": "https://patchwork.libcamera.org/patch/21595/mbox/"
        },
        {
            "id": 21596,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21596/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21596/",
            "msgid": "<20241011175653.3530945-3-chenghaoyang@chromium.org>",
            "date": "2024-10-11T17:55:12",
            "name": "[2/2] libcamera: Add Unsigned 16-bits Control Type",
            "mbox": "https://patchwork.libcamera.org/patch/21596/mbox/"
        }
    ]
}