Show a series.

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

{
    "id": 4734,
    "url": "https://patchwork.libcamera.org/api/series/4734/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4734",
    "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": "Add U16 & U32 support in controls",
    "date": "2024-10-22T09:56:03",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4734/mbox/",
    "cover_letter": {
        "id": 21732,
        "url": "https://patchwork.libcamera.org/api/covers/21732/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21732/",
        "msgid": "<20241022095737.4127210-1-chenghaoyang@chromium.org>",
        "date": "2024-10-22T09:56:03",
        "name": "[v2,0/2] Add U16 & U32 support in controls",
        "mbox": "https://patchwork.libcamera.org/cover/21732/mbox/"
    },
    "patches": [
        {
            "id": 21733,
            "url": "https://patchwork.libcamera.org/api/patches/21733/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21733/",
            "msgid": "<20241022095737.4127210-2-chenghaoyang@chromium.org>",
            "date": "2024-10-22T09:56:04",
            "name": "[v2,1/2] libcamera: Allow enumerating u32 control type",
            "mbox": "https://patchwork.libcamera.org/patch/21733/mbox/"
        },
        {
            "id": 21734,
            "url": "https://patchwork.libcamera.org/api/patches/21734/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21734/",
            "msgid": "<20241022095737.4127210-3-chenghaoyang@chromium.org>",
            "date": "2024-10-22T09:56:05",
            "name": "[v2,2/2] libcamera: Add Unsigned 16-bits Control Type",
            "mbox": "https://patchwork.libcamera.org/patch/21734/mbox/"
        }
    ]
}