Show a series.

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

{
    "id": 2102,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2102/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2102",
    "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": "Raspberrypi: support per-mode camera sensitivities",
    "date": "2021-06-02T15:21:20",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/1.1/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2102/mbox/",
    "cover_letter": {
        "id": 12489,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/12489/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12489/",
        "msgid": "<20210602152122.14836-1-david.plowman@raspberrypi.com>",
        "date": "2021-06-02T15:21:20",
        "name": "[libcamera-devel,v2,0/2] Raspberrypi: support per-mode camera sensitivities",
        "mbox": "https://patchwork.libcamera.org/cover/12489/mbox/"
    },
    "patches": [
        {
            "id": 12490,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12490/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12490/",
            "msgid": "<20210602152122.14836-2-david.plowman@raspberrypi.com>",
            "date": "2021-06-02T15:21:21",
            "name": "[libcamera-devel,v2,1/2] ipa: raspberrypi: Add sensitivity field to camera mode",
            "mbox": "https://patchwork.libcamera.org/patch/12490/mbox/"
        },
        {
            "id": 12491,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12491/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12491/",
            "msgid": "<20210602152122.14836-3-david.plowman@raspberrypi.com>",
            "date": "2021-06-02T15:21:22",
            "name": "[libcamera-devel,v2,2/2] ipa: raspberrypi: AGC: handle modes with different sensitivities",
            "mbox": "https://patchwork.libcamera.org/patch/12491/mbox/"
        }
    ]
}