Show a series.

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

{
    "id": 4209,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4209/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4209",
    "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": "couple FrameBufferAllocator changes",
    "date": "2024-03-10T14:30:38",
    "submitter": {
        "id": 133,
        "url": "https://patchwork.libcamera.org/api/1.1/people/133/?format=api",
        "name": "Pőcze Barnabás",
        "email": "pobrn@protonmail.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4209/mbox/",
    "cover_letter": {
        "id": 19652,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/19652/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19652/",
        "msgid": "<20240310143023.752559-1-pobrn@protonmail.com>",
        "date": "2024-03-10T14:30:26",
        "name": "[v2,0/3] couple FrameBufferAllocator changes",
        "mbox": "https://patchwork.libcamera.org/cover/19652/mbox/"
    },
    "patches": [
        {
            "id": 19653,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19653/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19653/",
            "msgid": "<20240310143023.752559-2-pobrn@protonmail.com>",
            "date": "2024-03-10T14:30:33",
            "name": "[v2,1/3] libcamera: framebuffer_allocator: Move from argument in constructor",
            "mbox": "https://patchwork.libcamera.org/patch/19653/mbox/"
        },
        {
            "id": 19651,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19651/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19651/",
            "msgid": "<20240310143023.752559-3-pobrn@protonmail.com>",
            "date": "2024-03-10T14:30:38",
            "name": "[v2,2/3] libcamera: framebuffer_allocator: Use default destructor",
            "mbox": "https://patchwork.libcamera.org/patch/19651/mbox/"
        },
        {
            "id": 19654,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19654/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19654/",
            "msgid": "<20240310143023.752559-4-pobrn@protonmail.com>",
            "date": "2024-03-10T14:30:43",
            "name": "[v2,3/3] libcamera: framebuffer_allocator: Remove entry if allocation fails",
            "mbox": "https://patchwork.libcamera.org/patch/19654/mbox/"
        }
    ]
}