Show a series.

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

{
    "id": 4542,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4542/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4542",
    "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 Task and Scheduler",
    "date": "2024-08-26T19:26:55",
    "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/4542/mbox/",
    "cover_letter": {
        "id": 21030,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21030/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21030/",
        "msgid": "<20240826193159.1503757-1-chenghaoyang@google.com>",
        "date": "2024-08-26T19:26:54",
        "name": "[v1,0/1] Add Task and Scheduler",
        "mbox": "https://patchwork.libcamera.org/cover/21030/mbox/"
    },
    "patches": [
        {
            "id": 21029,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21029/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21029/",
            "msgid": "<20240826193159.1503757-2-chenghaoyang@google.com>",
            "date": "2024-08-26T19:26:55",
            "name": "[v1,1/1] libcamera: Introduce scheduler and task for complex pipeline data flow",
            "mbox": "https://patchwork.libcamera.org/patch/21029/mbox/"
        }
    ]
}