Show a series.

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

{
    "id": 3522,
    "url": "https://patchwork.libcamera.org/api/series/3522/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3522",
    "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: Fix kernel deprecation warning with output buffers",
    "date": "2022-10-02T00:36:08",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3522/mbox/",
    "cover_letter": {
        "id": 17482,
        "url": "https://patchwork.libcamera.org/api/covers/17482/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17482/",
        "msgid": "<20221002003612.13603-1-laurent.pinchart@ideasonboard.com>",
        "date": "2022-10-02T00:36:08",
        "name": "[libcamera-devel,0/4] libcamera: Fix kernel deprecation warning with output buffers",
        "mbox": "https://patchwork.libcamera.org/cover/17482/mbox/"
    },
    "patches": [
        {
            "id": 17483,
            "url": "https://patchwork.libcamera.org/api/patches/17483/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17483/",
            "msgid": "<20221002003612.13603-2-laurent.pinchart@ideasonboard.com>",
            "date": "2022-10-02T00:36:09",
            "name": "[libcamera-devel,1/4] libcamera: v4l2_videodevice: Ensure non-zero bytesused for output buffers",
            "mbox": "https://patchwork.libcamera.org/patch/17483/mbox/"
        },
        {
            "id": 17484,
            "url": "https://patchwork.libcamera.org/api/patches/17484/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17484/",
            "msgid": "<20221002003612.13603-3-laurent.pinchart@ideasonboard.com>",
            "date": "2022-10-02T00:36:10",
            "name": "[libcamera-devel,2/4] libcamera: framebuffer: Move remaining private data to Private class",
            "mbox": "https://patchwork.libcamera.org/patch/17484/mbox/"
        },
        {
            "id": 17485,
            "url": "https://patchwork.libcamera.org/api/patches/17485/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17485/",
            "msgid": "<20221002003612.13603-4-laurent.pinchart@ideasonboard.com>",
            "date": "2022-10-02T00:36:11",
            "name": "[libcamera-devel,3/4] pipeline: ipu3: Set bytesused before queuing parameters buffer",
            "mbox": "https://patchwork.libcamera.org/patch/17485/mbox/"
        },
        {
            "id": 17486,
            "url": "https://patchwork.libcamera.org/api/patches/17486/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17486/",
            "msgid": "<20221002003612.13603-5-laurent.pinchart@ideasonboard.com>",
            "date": "2022-10-02T00:36:12",
            "name": "[libcamera-devel,4/4] pipeline: rkisp1: Set bytesused before queuing parameters buffer",
            "mbox": "https://patchwork.libcamera.org/patch/17486/mbox/"
        }
    ]
}