Show a series.

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

{
    "id": 5544,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5544/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5544",
    "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-10-29T17:24:25",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 2,
    "total": 13,
    "received_total": 13,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5544/mbox/",
    "cover_letter": {
        "id": 24889,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/24889/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/24889/",
        "msgid": "<20251029172439.1513907-1-kieran.bingham@ideasonboard.com>",
        "date": "2025-10-29T17:24:25",
        "name": "[v2,00/13] libipa: Introduce a Quantized type",
        "mbox": "https://patchwork.libcamera.org/cover/24889/mbox/"
    },
    "patches": [
        {
            "id": 24890,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24890/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24890/",
            "msgid": "<20251029172439.1513907-2-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:26",
            "name": "[v2,01/13] libipa: Provide a Quantized data type support",
            "mbox": "https://patchwork.libcamera.org/patch/24890/mbox/"
        },
        {
            "id": 24891,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24891/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24891/",
            "msgid": "<20251029172439.1513907-3-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:27",
            "name": "[v2,02/13] test: libipa: Add tests for Quantized types",
            "mbox": "https://patchwork.libcamera.org/patch/24891/mbox/"
        },
        {
            "id": 24892,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24892/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24892/",
            "msgid": "<20251029172439.1513907-4-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:28",
            "name": "[v2,03/13] ipa: libipa: Provide fixed point quantized traits",
            "mbox": "https://patchwork.libcamera.org/patch/24892/mbox/"
        },
        {
            "id": 24893,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24893/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24893/",
            "msgid": "<20251029172439.1513907-5-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:29",
            "name": "[v2,04/13] test: libipa: Provide FixedPoint Quantized tests",
            "mbox": "https://patchwork.libcamera.org/patch/24893/mbox/"
        },
        {
            "id": 24894,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24894/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24894/",
            "msgid": "<20251029172439.1513907-6-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:30",
            "name": "[v2,05/13] ipa: libipa: fixedpoint: Fix unsigned usage",
            "mbox": "https://patchwork.libcamera.org/patch/24894/mbox/"
        },
        {
            "id": 24895,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24895/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24895/",
            "msgid": "<20251029172439.1513907-7-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:31",
            "name": "[v2,06/13] test: libipa: Add Q4.7 type and tests to match existing use case tests",
            "mbox": "https://patchwork.libcamera.org/patch/24895/mbox/"
        },
        {
            "id": 24896,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24896/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24896/",
            "msgid": "<20251029172439.1513907-8-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:32",
            "name": "[v2,07/13] ipa: libipa: fixedpoint: Provide a ScaledFixedPoint type",
            "mbox": "https://patchwork.libcamera.org/patch/24896/mbox/"
        },
        {
            "id": 24897,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24897/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24897/",
            "msgid": "<20251029172439.1513907-9-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:33",
            "name": "[v2,08/13] test: libipa: Provide ScaledFixedPoint tests",
            "mbox": "https://patchwork.libcamera.org/patch/24897/mbox/"
        },
        {
            "id": 24898,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24898/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24898/",
            "msgid": "<20251029172439.1513907-10-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:34",
            "name": "[v2,09/13] ipa: rkisp1: cproc: Convert to use Quantized types",
            "mbox": "https://patchwork.libcamera.org/patch/24898/mbox/"
        },
        {
            "id": 24899,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24899/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24899/",
            "msgid": "<20251029172439.1513907-11-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:35",
            "name": "[v2,10/13] ipa: rkisp1: cproc: Report metadata",
            "mbox": "https://patchwork.libcamera.org/patch/24899/mbox/"
        },
        {
            "id": 24901,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24901/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24901/",
            "msgid": "<20251029172439.1513907-12-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:36",
            "name": "[v2,11/13] libcamera: controls: Define a new core Hue control",
            "mbox": "https://patchwork.libcamera.org/patch/24901/mbox/"
        },
        {
            "id": 24900,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24900/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24900/",
            "msgid": "<20251029172439.1513907-13-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:37",
            "name": "[v2,12/13] ipa: rkisp1: cproc: Provide a Hue control",
            "mbox": "https://patchwork.libcamera.org/patch/24900/mbox/"
        },
        {
            "id": 24902,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/24902/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/24902/",
            "msgid": "<20251029172439.1513907-14-kieran.bingham@ideasonboard.com>",
            "date": "2025-10-29T17:24:38",
            "name": "[v2,13/13] DNI: test: libipa: fixedpoint: Validate extra types",
            "mbox": "https://patchwork.libcamera.org/patch/24902/mbox/"
        }
    ]
}