Show a series.

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

{
    "id": 4835,
    "url": "https://patchwork.libcamera.org/api/series/4835/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4835",
    "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": "Make DmaSyncer non-copyable",
    "date": "2024-11-29T18:53:27",
    "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/4835/mbox/",
    "cover_letter": {
        "id": 22143,
        "url": "https://patchwork.libcamera.org/api/covers/22143/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22143/",
        "msgid": "<20241129185533.3308449-1-chenghaoyang@chromium.org>",
        "date": "2024-11-29T18:53:27",
        "name": "[0/1] Make DmaSyncer non-copyable",
        "mbox": "https://patchwork.libcamera.org/cover/22143/mbox/"
    },
    "patches": [
        {
            "id": 22144,
            "url": "https://patchwork.libcamera.org/api/patches/22144/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22144/",
            "msgid": "<20241129185533.3308449-2-chenghaoyang@chromium.org>",
            "date": "2024-11-29T18:53:28",
            "name": "[1/1] DmaBufAllocator: Make DmaSyncer non-copyable",
            "mbox": "https://patchwork.libcamera.org/patch/22144/mbox/"
        }
    ]
}