Show a series.

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

{
    "id": 5077,
    "url": "https://patchwork.libcamera.org/api/series/5077/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5077",
    "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 histogram for some (corner) cases",
    "date": "2025-03-24T17:07:35",
    "submitter": {
        "id": 184,
        "url": "https://patchwork.libcamera.org/api/people/184/?format=api",
        "name": "Stefan Klug",
        "email": "stefan.klug@ideasonboard.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5077/mbox/",
    "cover_letter": {
        "id": 23001,
        "url": "https://patchwork.libcamera.org/api/covers/23001/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23001/",
        "msgid": "<20250324170803.103296-1-stefan.klug@ideasonboard.com>",
        "date": "2025-03-24T17:07:35",
        "name": "[0/5] Fix histogram for some (corner) cases",
        "mbox": "https://patchwork.libcamera.org/cover/23001/mbox/"
    },
    "patches": [
        {
            "id": 23002,
            "url": "https://patchwork.libcamera.org/api/patches/23002/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23002/",
            "msgid": "<20250324170803.103296-2-stefan.klug@ideasonboard.com>",
            "date": "2025-03-24T17:07:36",
            "name": "[1/5] test: ipa: libipa: Add histogram tests",
            "mbox": "https://patchwork.libcamera.org/patch/23002/mbox/"
        },
        {
            "id": 23003,
            "url": "https://patchwork.libcamera.org/api/patches/23003/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23003/",
            "msgid": "<20250324170803.103296-3-stefan.klug@ideasonboard.com>",
            "date": "2025-03-24T17:07:37",
            "name": "[2/5] libipa: histogram: Fix quantile() calculation for fractional results",
            "mbox": "https://patchwork.libcamera.org/patch/23003/mbox/"
        },
        {
            "id": 23004,
            "url": "https://patchwork.libcamera.org/api/patches/23004/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23004/",
            "msgid": "<20250324170803.103296-4-stefan.klug@ideasonboard.com>",
            "date": "2025-03-24T17:07:38",
            "name": "[3/5] test: ipa: libipa: histogram: Add tests for quantile() returning a fraction",
            "mbox": "https://patchwork.libcamera.org/patch/23004/mbox/"
        },
        {
            "id": 23005,
            "url": "https://patchwork.libcamera.org/api/patches/23005/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23005/",
            "msgid": "<20250324170803.103296-5-stefan.klug@ideasonboard.com>",
            "date": "2025-03-24T17:07:39",
            "name": "[4/5] libipa: histogram: Fix interQuantileMean() for small ranges",
            "mbox": "https://patchwork.libcamera.org/patch/23005/mbox/"
        },
        {
            "id": 23006,
            "url": "https://patchwork.libcamera.org/api/patches/23006/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23006/",
            "msgid": "<20250324170803.103296-6-stefan.klug@ideasonboard.com>",
            "date": "2025-03-24T17:07:40",
            "name": "[5/5] test: ipa: libipa: histogram: Add tests for small inter quantile mean ranges",
            "mbox": "https://patchwork.libcamera.org/patch/23006/mbox/"
        }
    ]
}