Show a series.

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

{
    "id": 4537,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4537/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4537",
    "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": "Add RequestCompleteMode in Camera",
    "date": "2024-08-23T16:22:44",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/1.1/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4537/mbox/",
    "cover_letter": {
        "id": 21006,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21006/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21006/",
        "msgid": "<20240823163251.2979324-1-chenghaoyang@google.com>",
        "date": "2024-08-23T16:22:44",
        "name": "[v1,0/1] Add RequestCompleteMode in Camera",
        "mbox": "https://patchwork.libcamera.org/cover/21006/mbox/"
    },
    "patches": [
        {
            "id": 21007,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21007/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21007/",
            "msgid": "<20240823163251.2979324-2-chenghaoyang@google.com>",
            "date": "2024-08-23T16:22:45",
            "name": "[v1,1/1] libcamera: Camera: Add RequestCompletionMode to configure the completion order",
            "mbox": "https://patchwork.libcamera.org/patch/21007/mbox/"
        }
    ]
}