Show a series.

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

{
    "id": 5099,
    "url": "https://patchwork.libcamera.org/api/1.1/series/5099/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5099",
    "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": "Fix histogram for some (corner) cases",
    "date": "2025-04-01T12:36:08",
    "submitter": {
        "id": 184,
        "url": "https://patchwork.libcamera.org/api/1.1/people/184/?format=api",
        "name": "Stefan Klug",
        "email": "stefan.klug@ideasonboard.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/5099/mbox/",
    "cover_letter": {
        "id": 23087,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/23087/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/23087/",
        "msgid": "<20250401123633.58887-1-stefan.klug@ideasonboard.com>",
        "date": "2025-04-01T12:36:08",
        "name": "[v2,0/5] Fix histogram for some (corner) cases",
        "mbox": "https://patchwork.libcamera.org/cover/23087/mbox/"
    },
    "patches": [
        {
            "id": 23088,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23088/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23088/",
            "msgid": "<20250401123633.58887-2-stefan.klug@ideasonboard.com>",
            "date": "2025-04-01T12:36:09",
            "name": "[v2,1/5] test: ipa: libipa: Add histogram tests",
            "mbox": "https://patchwork.libcamera.org/patch/23088/mbox/"
        },
        {
            "id": 23089,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23089/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23089/",
            "msgid": "<20250401123633.58887-3-stefan.klug@ideasonboard.com>",
            "date": "2025-04-01T12:36:10",
            "name": "[v2,2/5] test: ipa: libipa: histogram: Add tests for quantile() returning a fraction",
            "mbox": "https://patchwork.libcamera.org/patch/23089/mbox/"
        },
        {
            "id": 23090,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23090/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23090/",
            "msgid": "<20250401123633.58887-4-stefan.klug@ideasonboard.com>",
            "date": "2025-04-01T12:36:11",
            "name": "[v2,3/5] libipa: histogram: Fix quantile() calculation for fractional results",
            "mbox": "https://patchwork.libcamera.org/patch/23090/mbox/"
        },
        {
            "id": 23091,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23091/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23091/",
            "msgid": "<20250401123633.58887-5-stefan.klug@ideasonboard.com>",
            "date": "2025-04-01T12:36:12",
            "name": "[v2,4/5] test: ipa: libipa: histogram: Add tests for small inter quantile mean ranges",
            "mbox": "https://patchwork.libcamera.org/patch/23091/mbox/"
        },
        {
            "id": 23092,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/23092/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/23092/",
            "msgid": "<20250401123633.58887-6-stefan.klug@ideasonboard.com>",
            "date": "2025-04-01T12:36:13",
            "name": "[v2,5/5] libipa: histogram: Fix interQuantileMean() for small ranges",
            "mbox": "https://patchwork.libcamera.org/patch/23092/mbox/"
        }
    ]
}