Show a series.

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

{
    "id": 5587,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5587/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5587",
    "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": "libipa: Introduce a Quantized type",
    "date": "2025-11-13T12:24:35",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 3,
    "total": 14,
    "received_total": 14,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5587/mbox/",
    "cover_letter": {
        "id": 25014,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/25014/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/25014/",
        "msgid": "<20251113122450.287633-1-kieran.bingham@ideasonboard.com>",
        "date": "2025-11-13T12:24:35",
        "name": "[v3,00/14] libipa: Introduce a Quantized type",
        "mbox": "https://patchwork.libcamera.org/cover/25014/mbox/"
    },
    "patches": [
        {
            "id": 25015,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25015/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25015/",
            "msgid": "<20251113122450.287633-2-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:36",
            "name": "[v3,01/14] ipa: libipa: Provide a Quantized data type support",
            "mbox": "https://patchwork.libcamera.org/patch/25015/mbox/"
        },
        {
            "id": 25016,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25016/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25016/",
            "msgid": "<20251113122450.287633-3-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:37",
            "name": "[v3,02/14] test: libipa: Add tests for Quantized types",
            "mbox": "https://patchwork.libcamera.org/patch/25016/mbox/"
        },
        {
            "id": 25017,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25017/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25017/",
            "msgid": "<20251113122450.287633-4-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:38",
            "name": "[v3,03/14] ipa: libipa: Provide fixed point quantized traits",
            "mbox": "https://patchwork.libcamera.org/patch/25017/mbox/"
        },
        {
            "id": 25018,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25018/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25018/",
            "msgid": "<20251113122450.287633-5-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:39",
            "name": "[v3,04/14] test: libipa: Provide FixedPoint Quantized tests",
            "mbox": "https://patchwork.libcamera.org/patch/25018/mbox/"
        },
        {
            "id": 25019,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25019/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25019/",
            "msgid": "<20251113122450.287633-6-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:40",
            "name": "[v3,05/14] ipa: libipa: fixedpoint: Fix unsigned usage",
            "mbox": "https://patchwork.libcamera.org/patch/25019/mbox/"
        },
        {
            "id": 25020,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25020/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25020/",
            "msgid": "<20251113122450.287633-7-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:41",
            "name": "[v3,06/14] test: libipa: Add Q4.7 type and tests to match existing use case tests",
            "mbox": "https://patchwork.libcamera.org/patch/25020/mbox/"
        },
        {
            "id": 25021,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25021/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25021/",
            "msgid": "<20251113122450.287633-8-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:42",
            "name": "[v3,07/14] ipa: libipa: Provide Q5.4 FixedPoint support",
            "mbox": "https://patchwork.libcamera.org/patch/25021/mbox/"
        },
        {
            "id": 25022,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25022/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25022/",
            "msgid": "<20251113122450.287633-9-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:43",
            "name": "[v3,08/14] ipa: libipa: fixedpoint: Provide a ScaledFixedPoint type",
            "mbox": "https://patchwork.libcamera.org/patch/25022/mbox/"
        },
        {
            "id": 25024,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25024/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25024/",
            "msgid": "<20251113122450.287633-10-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:44",
            "name": "[v3,09/14] test: libipa: Provide ScaledFixedPoint tests",
            "mbox": "https://patchwork.libcamera.org/patch/25024/mbox/"
        },
        {
            "id": 25023,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25023/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25023/",
            "msgid": "<20251113122450.287633-11-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:45",
            "name": "[v3,10/14] ipa: rkisp1: cproc: Convert to use Quantized types",
            "mbox": "https://patchwork.libcamera.org/patch/25023/mbox/"
        },
        {
            "id": 25025,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25025/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25025/",
            "msgid": "<20251113122450.287633-12-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:46",
            "name": "[v3,11/14] ipa: rkisp1: cproc: Report metadata",
            "mbox": "https://patchwork.libcamera.org/patch/25025/mbox/"
        },
        {
            "id": 25026,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25026/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25026/",
            "msgid": "<20251113122450.287633-13-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:47",
            "name": "[v3,12/14] libcamera: controls: Define a new core Hue control",
            "mbox": "https://patchwork.libcamera.org/patch/25026/mbox/"
        },
        {
            "id": 25028,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25028/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25028/",
            "msgid": "<20251113122450.287633-14-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:48",
            "name": "[v3,13/14] ipa: rkisp1: cproc: Provide a Hue control",
            "mbox": "https://patchwork.libcamera.org/patch/25028/mbox/"
        },
        {
            "id": 25027,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/25027/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/25027/",
            "msgid": "<20251113122450.287633-15-kieran.bingham@ideasonboard.com>",
            "date": "2025-11-13T12:24:49",
            "name": "[v3,14/14] DNI: test: libipa: fixedpoint: Validate extra types",
            "mbox": "https://patchwork.libcamera.org/patch/25027/mbox/"
        }
    ]
}