Show a series.

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

{
    "id": 4352,
    "url": "https://patchwork.libcamera.org/api/series/4352/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4352",
    "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": "libcamera: dma_buffer_allocator: Add support for using udmabuf to alloc dma-buffers",
    "date": "2024-06-03T11:12:56",
    "submitter": {
        "id": 102,
        "url": "https://patchwork.libcamera.org/api/people/102/?format=api",
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4352/mbox/",
    "cover_letter": {
        "id": 20187,
        "url": "https://patchwork.libcamera.org/api/covers/20187/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20187/",
        "msgid": "<20240603111259.54321-1-hdegoede@redhat.com>",
        "date": "2024-06-03T11:12:56",
        "name": "[v3,0/3] libcamera: dma_buffer_allocator: Add support for using udmabuf to alloc dma-buffers",
        "mbox": "https://patchwork.libcamera.org/cover/20187/mbox/"
    },
    "patches": [
        {
            "id": 20190,
            "url": "https://patchwork.libcamera.org/api/patches/20190/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20190/",
            "msgid": "<20240603111259.54321-2-hdegoede@redhat.com>",
            "date": "2024-06-03T11:12:57",
            "name": "[v3,1/3] libcamera: Rename DmaHeap class to DmaBufAllocator",
            "mbox": "https://patchwork.libcamera.org/patch/20190/mbox/"
        },
        {
            "id": 20189,
            "url": "https://patchwork.libcamera.org/api/patches/20189/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20189/",
            "msgid": "<20240603111259.54321-3-hdegoede@redhat.com>",
            "date": "2024-06-03T11:12:58",
            "name": "[v3,2/3] libcamera: DmaBufAllocator: Support allocating from /dev/udmabuf",
            "mbox": "https://patchwork.libcamera.org/patch/20189/mbox/"
        },
        {
            "id": 20188,
            "url": "https://patchwork.libcamera.org/api/patches/20188/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20188/",
            "msgid": "<20240603111259.54321-4-hdegoede@redhat.com>",
            "date": "2024-06-03T11:12:59",
            "name": "[v3,3/3] libcamera: software_isp: Allow using dma-buffers from /dev/udmabuf",
            "mbox": "https://patchwork.libcamera.org/patch/20188/mbox/"
        }
    ]
}