Show a series.

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

{
    "id": 3606,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3606/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3606",
    "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": "Notify pipeline handlers when a camera is released",
    "date": "2022-11-11T13:30:23",
    "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": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3606/mbox/",
    "cover_letter": {
        "id": 17786,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/17786/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17786/",
        "msgid": "<20221111133025.3102-1-david.plowman@raspberrypi.com>",
        "date": "2022-11-11T13:30:23",
        "name": "[libcamera-devel,0/2] Notify pipeline handlers when a camera is released",
        "mbox": "https://patchwork.libcamera.org/cover/17786/mbox/"
    },
    "patches": [
        {
            "id": 17787,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17787/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17787/",
            "msgid": "<20221111133025.3102-2-david.plowman@raspberrypi.com>",
            "date": "2022-11-11T13:30:24",
            "name": "[libcamera-devel,1/2] libcamera: Add a PipelineHandler::releaseDevice method",
            "mbox": "https://patchwork.libcamera.org/patch/17787/mbox/"
        },
        {
            "id": 17788,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17788/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17788/",
            "msgid": "<20221111133025.3102-3-david.plowman@raspberrypi.com>",
            "date": "2022-11-11T13:30:25",
            "name": "[libcamera-devel,2/2] libcamera: pipeline: raspberrypi: Free buffers when a camera is released",
            "mbox": "https://patchwork.libcamera.org/patch/17788/mbox/"
        }
    ]
}