Show a series.

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

{
    "id": 2616,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2616/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2616",
    "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": "libcamera: Assorted fixes for the cam application",
    "date": "2021-10-12T02:23:18",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2616/mbox/",
    "cover_letter": {
        "id": 14103,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/14103/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14103/",
        "msgid": "<20211012022321.27034-1-laurent.pinchart@ideasonboard.com>",
        "date": "2021-10-12T02:23:18",
        "name": "[libcamera-devel,0/3] libcamera: Assorted fixes for the cam application",
        "mbox": "https://patchwork.libcamera.org/cover/14103/mbox/"
    },
    "patches": [
        {
            "id": 14104,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14104/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14104/",
            "msgid": "<20211012022321.27034-2-laurent.pinchart@ideasonboard.com>",
            "date": "2021-10-12T02:23:19",
            "name": "[libcamera-devel,1/3] cam: Rename CameraSession::streamName_ to streamNames_",
            "mbox": "https://patchwork.libcamera.org/patch/14104/mbox/"
        },
        {
            "id": 14105,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14105/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14105/",
            "msgid": "<20211012022321.27034-3-laurent.pinchart@ideasonboard.com>",
            "date": "2021-10-12T02:23:20",
            "name": "[libcamera-devel,2/3] cam: Pass stream names to FileSink",
            "mbox": "https://patchwork.libcamera.org/patch/14105/mbox/"
        },
        {
            "id": 14106,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14106/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14106/",
            "msgid": "<20211012022321.27034-4-laurent.pinchart@ideasonboard.com>",
            "date": "2021-10-12T02:23:21",
            "name": "[libcamera-devel,3/3] cam: Drop frames once the capture limit is reached",
            "mbox": "https://patchwork.libcamera.org/patch/14106/mbox/"
        }
    ]
}