Show a series.

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

{
    "id": 4787,
    "url": "https://patchwork.libcamera.org/api/series/4787/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4787",
    "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 DmaSyncer",
    "date": "2024-11-13T05:54:31",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4787/mbox/",
    "cover_letter": {
        "id": 21878,
        "url": "https://patchwork.libcamera.org/api/covers/21878/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21878/",
        "msgid": "<20241113055524.3099340-1-chenghaoyang@chromium.org>",
        "date": "2024-11-13T05:54:31",
        "name": "[v2,0/2] Add DmaSyncer",
        "mbox": "https://patchwork.libcamera.org/cover/21878/mbox/"
    },
    "patches": [
        {
            "id": 21879,
            "url": "https://patchwork.libcamera.org/api/patches/21879/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21879/",
            "msgid": "<20241113055524.3099340-2-chenghaoyang@chromium.org>",
            "date": "2024-11-13T05:54:32",
            "name": "[v2,1/2] DmaBufAllocator: Add Dma Buffer synchronization function & helper class",
            "mbox": "https://patchwork.libcamera.org/patch/21879/mbox/"
        },
        {
            "id": 21880,
            "url": "https://patchwork.libcamera.org/api/patches/21880/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21880/",
            "msgid": "<20241113055524.3099340-3-chenghaoyang@chromium.org>",
            "date": "2024-11-13T05:54:33",
            "name": "[v2,2/2] debayer_cpu: Replace syncing DMABUFs with DmaSyncer",
            "mbox": "https://patchwork.libcamera.org/patch/21880/mbox/"
        }
    ]
}