Show a series.

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

{
    "id": 4611,
    "url": "https://patchwork.libcamera.org/api/series/4611/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4611",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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 request API support for MediaDevice",
    "date": "2024-09-23T06:02:34",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/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/4611/mbox/",
    "cover_letter": {
        "id": 21324,
        "url": "https://patchwork.libcamera.org/api/covers/21324/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21324/",
        "msgid": "<20240923060551.1849065-1-chenghaoyang@google.com>",
        "date": "2024-09-23T06:02:34",
        "name": "[0/1] Add request API support for MediaDevice",
        "mbox": "https://patchwork.libcamera.org/cover/21324/mbox/"
    },
    "patches": [
        {
            "id": 21325,
            "url": "https://patchwork.libcamera.org/api/patches/21325/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21325/",
            "msgid": "<20240923060551.1849065-2-chenghaoyang@google.com>",
            "date": "2024-09-23T06:02:35",
            "name": "[1/1] libcamera: Add request API support for media controller device",
            "mbox": "https://patchwork.libcamera.org/patch/21325/mbox/"
        }
    ]
}