Show a series.

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

{
    "id": 3996,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3996/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3996",
    "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": "Multi-channel AGC",
    "date": "2023-07-31T09:46:36",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/1.1/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3996/mbox/",
    "cover_letter": {
        "id": 18904,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/18904/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/18904/",
        "msgid": "<20230731094641.73646-1-david.plowman@raspberrypi.com>",
        "date": "2023-07-31T09:46:36",
        "name": "[libcamera-devel,0/5] Multi-channel AGC",
        "mbox": "https://patchwork.libcamera.org/cover/18904/mbox/"
    },
    "patches": [
        {
            "id": 18905,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/18905/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18905/",
            "msgid": "<20230731094641.73646-2-david.plowman@raspberrypi.com>",
            "date": "2023-07-31T09:46:37",
            "name": "[libcamera-devel,1/5] ipa: rpi: histogram: Add interBinMean()",
            "mbox": "https://patchwork.libcamera.org/patch/18905/mbox/"
        },
        {
            "id": 18908,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/18908/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18908/",
            "msgid": "<20230731094641.73646-3-david.plowman@raspberrypi.com>",
            "date": "2023-07-31T09:46:38",
            "name": "[libcamera-devel,2/5] ipa: rpi: agc: Reorganise code for multi-channel AGC",
            "mbox": "https://patchwork.libcamera.org/patch/18908/mbox/"
        },
        {
            "id": 18906,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/18906/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18906/",
            "msgid": "<20230731094641.73646-4-david.plowman@raspberrypi.com>",
            "date": "2023-07-31T09:46:39",
            "name": "[libcamera-devel,3/5] ipa: rpi: agc: Implementation of multi-channel AGC",
            "mbox": "https://patchwork.libcamera.org/patch/18906/mbox/"
        },
        {
            "id": 18907,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/18907/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18907/",
            "msgid": "<20230731094641.73646-5-david.plowman@raspberrypi.com>",
            "date": "2023-07-31T09:46:40",
            "name": "[libcamera-devel,4/5] ipa: rpi: agc: Add AgcChannelConstraint class",
            "mbox": "https://patchwork.libcamera.org/patch/18907/mbox/"
        },
        {
            "id": 18909,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/18909/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18909/",
            "msgid": "<20230731094641.73646-6-david.plowman@raspberrypi.com>",
            "date": "2023-07-31T09:46:41",
            "name": "[libcamera-devel,5/5] ipa: rpi: agc: Use channel constraints in the AGC algorithm",
            "mbox": "https://patchwork.libcamera.org/patch/18909/mbox/"
        }
    ]
}