Show a series.

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

{
    "id": 4341,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4341/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4341",
    "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": "libcamera: dma_buffer_allocator: Add support for using udmabuf to alloc dma-buffers",
    "date": "2024-05-30T17:15:55",
    "submitter": {
        "id": 102,
        "url": "https://patchwork.libcamera.org/api/1.1/people/102/?format=api",
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4341/mbox/",
    "cover_letter": {
        "id": 20146,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/20146/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20146/",
        "msgid": "<20240530171600.259495-1-hdegoede@redhat.com>",
        "date": "2024-05-30T17:15:55",
        "name": "[v2,0/5] libcamera: dma_buffer_allocator: Add support for using udmabuf to alloc dma-buffers",
        "mbox": "https://patchwork.libcamera.org/cover/20146/mbox/"
    },
    "patches": [
        {
            "id": 20147,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20147/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20147/",
            "msgid": "<20240530171600.259495-2-hdegoede@redhat.com>",
            "date": "2024-05-30T17:15:56",
            "name": "[v2,1/5] update-kernel-headers: Add linux/udmabuf.h to headers to sync",
            "mbox": "https://patchwork.libcamera.org/patch/20147/mbox/"
        },
        {
            "id": 20148,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20148/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20148/",
            "msgid": "<20240530171600.259495-3-hdegoede@redhat.com>",
            "date": "2024-05-30T17:15:57",
            "name": "[v2,2/5] include: linux: Update kernel headers to version v6.10-rc1",
            "mbox": "https://patchwork.libcamera.org/patch/20148/mbox/"
        },
        {
            "id": 20149,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20149/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20149/",
            "msgid": "<20240530171600.259495-4-hdegoede@redhat.com>",
            "date": "2024-05-30T17:15:58",
            "name": "[v2,3/5] libcamera: Rename DmaHeap class to DmaBufAllocator",
            "mbox": "https://patchwork.libcamera.org/patch/20149/mbox/"
        },
        {
            "id": 20150,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20150/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20150/",
            "msgid": "<20240530171600.259495-5-hdegoede@redhat.com>",
            "date": "2024-05-30T17:15:59",
            "name": "[v2,4/5] libcamera: DmaBufAllocator: Support allocating from /dev/udmabuf",
            "mbox": "https://patchwork.libcamera.org/patch/20150/mbox/"
        },
        {
            "id": 20151,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20151/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20151/",
            "msgid": "<20240530171600.259495-6-hdegoede@redhat.com>",
            "date": "2024-05-30T17:16:00",
            "name": "[v2,5/5] libcamera: software_isp: Allow using dma-buffers from /dev/udmabuf",
            "mbox": "https://patchwork.libcamera.org/patch/20151/mbox/"
        }
    ]
}