Show a series.

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

{
    "id": 4549,
    "url": "https://patchwork.libcamera.org/api/series/4549/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4549",
    "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": "Fix uvcvideo pipelinehandler keeping /dev/video# open",
    "date": "2024-08-30T11:12:04",
    "submitter": {
        "id": 102,
        "url": "https://patchwork.libcamera.org/api/people/102/?format=api",
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4549/mbox/",
    "cover_letter": {
        "id": 21075,
        "url": "https://patchwork.libcamera.org/api/covers/21075/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21075/",
        "msgid": "<20240830111207.46455-1-hdegoede@redhat.com>",
        "date": "2024-08-30T11:12:04",
        "name": "[v3,0/3] Fix uvcvideo pipelinehandler keeping /dev/video# open",
        "mbox": "https://patchwork.libcamera.org/cover/21075/mbox/"
    },
    "patches": [
        {
            "id": 21076,
            "url": "https://patchwork.libcamera.org/api/patches/21076/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21076/",
            "msgid": "<20240830111207.46455-2-hdegoede@redhat.com>",
            "date": "2024-08-30T11:12:05",
            "name": "[v3,1/3] pipeline_handler: Add acquireDevice() function to mirror existing releaseDevice()",
            "mbox": "https://patchwork.libcamera.org/patch/21076/mbox/"
        },
        {
            "id": 21077,
            "url": "https://patchwork.libcamera.org/api/patches/21077/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21077/",
            "msgid": "<20240830111207.46455-3-hdegoede@redhat.com>",
            "date": "2024-08-30T11:12:06",
            "name": "[v3,2/3] camera: Use invokeMethod() for pipe_->acquire() and pipe_->release()",
            "mbox": "https://patchwork.libcamera.org/patch/21077/mbox/"
        },
        {
            "id": 21078,
            "url": "https://patchwork.libcamera.org/api/patches/21078/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21078/",
            "msgid": "<20240830111207.46455-4-hdegoede@redhat.com>",
            "date": "2024-08-30T11:12:07",
            "name": "[v3,3/3] uvcvideo: Implement acquireDevice() + releaseDevice()",
            "mbox": "https://patchwork.libcamera.org/patch/21078/mbox/"
        }
    ]
}