Show a series.

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

{
    "id": 2083,
    "url": "https://patchwork.libcamera.org/api/series/2083/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2083",
    "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-05-27T08:45:38",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2083/mbox/",
    "cover_letter": {
        "id": 12442,
        "url": "https://patchwork.libcamera.org/api/covers/12442/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12442/",
        "msgid": "<20210527084540.9983-1-david.plowman@raspberrypi.com>",
        "date": "2021-05-27T08:45:38",
        "name": "[libcamera-devel,0/2] Raspberrypi: support per-mode camera sensitivities",
        "mbox": "https://patchwork.libcamera.org/cover/12442/mbox/"
    },
    "patches": [
        {
            "id": 12443,
            "url": "https://patchwork.libcamera.org/api/patches/12443/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12443/",
            "msgid": "<20210527084540.9983-2-david.plowman@raspberrypi.com>",
            "date": "2021-05-27T08:45:39",
            "name": "[libcamera-devel,1/2] ipa: raspberrypi: Add sensitivity field to camera mode",
            "mbox": "https://patchwork.libcamera.org/patch/12443/mbox/"
        },
        {
            "id": 12444,
            "url": "https://patchwork.libcamera.org/api/patches/12444/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12444/",
            "msgid": "<20210527084540.9983-3-david.plowman@raspberrypi.com>",
            "date": "2021-05-27T08:45:40",
            "name": "[libcamera-devel,2/2] ipa: raspberrypi: AGC: handle modes with different sensitivities",
            "mbox": "https://patchwork.libcamera.org/patch/12444/mbox/"
        }
    ]
}