Show a series.

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

{
    "id": 2251,
    "url": "https://patchwork.libcamera.org/api/series/2251/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2251",
    "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": "Raspberrypi: support per-mode camera sensitivities",
    "date": "2021-07-18T18:51:23",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 4,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2251/mbox/",
    "cover_letter": {
        "id": 13036,
        "url": "https://patchwork.libcamera.org/api/covers/13036/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/13036/",
        "msgid": "<20210718185125.17472-1-david.plowman@raspberrypi.com>",
        "date": "2021-07-18T18:51:23",
        "name": "[libcamera-devel,v4,0/2] Raspberrypi: support per-mode camera sensitivities",
        "mbox": "https://patchwork.libcamera.org/cover/13036/mbox/"
    },
    "patches": [
        {
            "id": 13037,
            "url": "https://patchwork.libcamera.org/api/patches/13037/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13037/",
            "msgid": "<20210718185125.17472-2-david.plowman@raspberrypi.com>",
            "date": "2021-07-18T18:51:24",
            "name": "[libcamera-devel,v4,1/2] ipa: raspberrypi: Add sensitivity field to camera mode",
            "mbox": "https://patchwork.libcamera.org/patch/13037/mbox/"
        },
        {
            "id": 13038,
            "url": "https://patchwork.libcamera.org/api/patches/13038/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13038/",
            "msgid": "<20210718185125.17472-3-david.plowman@raspberrypi.com>",
            "date": "2021-07-18T18:51:25",
            "name": "[libcamera-devel,v4,2/2] ipa: raspberrypi: AGC: handle modes with different sensitivities",
            "mbox": "https://patchwork.libcamera.org/patch/13038/mbox/"
        }
    ]
}