Show a series.

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

{
    "id": 4431,
    "url": "https://patchwork.libcamera.org/api/series/4431/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4431",
    "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": "apps: common: dng_write: Endianness fixes",
    "date": "2024-06-28T21:35:33",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4431/mbox/",
    "cover_letter": {
        "id": 20485,
        "url": "https://patchwork.libcamera.org/api/covers/20485/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20485/",
        "msgid": "<20240628213535.6906-1-laurent.pinchart@ideasonboard.com>",
        "date": "2024-06-28T21:35:33",
        "name": "[0/2] apps: common: dng_write: Endianness fixes",
        "mbox": "https://patchwork.libcamera.org/cover/20485/mbox/"
    },
    "patches": [
        {
            "id": 20486,
            "url": "https://patchwork.libcamera.org/api/patches/20486/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20486/",
            "msgid": "<20240628213535.6906-2-laurent.pinchart@ideasonboard.com>",
            "date": "2024-06-28T21:35:34",
            "name": "[1/2] apps: common: dng_writer: Fix thumbnail generation on BE machines",
            "mbox": "https://patchwork.libcamera.org/patch/20486/mbox/"
        },
        {
            "id": 20487,
            "url": "https://patchwork.libcamera.org/api/patches/20487/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20487/",
            "msgid": "<20240628213535.6906-3-laurent.pinchart@ideasonboard.com>",
            "date": "2024-06-28T21:35:35",
            "name": "[2/2] apps: common: dng_writer: Fix RAW10 and RAW12 packing on BE machines",
            "mbox": "https://patchwork.libcamera.org/patch/20487/mbox/"
        }
    ]
}