Show a series.

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

{
    "id": 4208,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4208/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4208",
    "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-10T01:29:49",
    "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": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4208/mbox/",
    "cover_letter": {
        "id": 19647,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/19647/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19647/",
        "msgid": "<20240310012946.727641-1-pobrn@protonmail.com>",
        "date": "2024-03-10T01:29:49",
        "name": "[v1,0/3] couple FrameBufferAllocator changes",
        "mbox": "https://patchwork.libcamera.org/cover/19647/mbox/"
    },
    "patches": [
        {
            "id": 19649,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19649/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19649/",
            "msgid": "<20240310012946.727641-2-pobrn@protonmail.com>",
            "date": "2024-03-10T01:29:54",
            "name": "[v1,1/3] libcamera: framebuffer_allocator: move from argument in constructor",
            "mbox": "https://patchwork.libcamera.org/patch/19649/mbox/"
        },
        {
            "id": 19648,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19648/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19648/",
            "msgid": "<20240310012946.727641-3-pobrn@protonmail.com>",
            "date": "2024-03-10T01:29:59",
            "name": "[v1,2/3] libcamera: framebuffer_allocator: use default destructor",
            "mbox": "https://patchwork.libcamera.org/patch/19648/mbox/"
        },
        {
            "id": 19650,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19650/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19650/",
            "msgid": "<20240310012946.727641-4-pobrn@protonmail.com>",
            "date": "2024-03-10T01:30:04",
            "name": "[v1,3/3] libcamera: framebuffer_allocator: remove entry if allocation fails",
            "mbox": "https://patchwork.libcamera.org/patch/19650/mbox/"
        }
    ]
}