Show a series.

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

{
    "id": 4546,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4546/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4546",
    "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": "Fix uvcvideo pipelinehandler keeping /dev/video# open",
    "date": "2024-08-27T16:42:52",
    "submitter": {
        "id": 102,
        "url": "https://patchwork.libcamera.org/api/1.1/people/102/?format=api",
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4546/mbox/",
    "cover_letter": {
        "id": 21044,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21044/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21044/",
        "msgid": "<20240827164255.314432-1-hdegoede@redhat.com>",
        "date": "2024-08-27T16:42:52",
        "name": "[v2,0/3] Fix uvcvideo pipelinehandler keeping /dev/video# open",
        "mbox": "https://patchwork.libcamera.org/cover/21044/mbox/"
    },
    "patches": [
        {
            "id": 21045,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21045/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21045/",
            "msgid": "<20240827164255.314432-2-hdegoede@redhat.com>",
            "date": "2024-08-27T16:42:53",
            "name": "[v2,1/3] pipeline_handler: Add acquireDevice() method to mirror existing releaseDevice()",
            "mbox": "https://patchwork.libcamera.org/patch/21045/mbox/"
        },
        {
            "id": 21046,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21046/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21046/",
            "msgid": "<20240827164255.314432-3-hdegoede@redhat.com>",
            "date": "2024-08-27T16:42:54",
            "name": "[v2,2/3] camera: Use invokeMethod() for pipe_->acquire() and pipe_->release()",
            "mbox": "https://patchwork.libcamera.org/patch/21046/mbox/"
        },
        {
            "id": 21047,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21047/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21047/",
            "msgid": "<20240827164255.314432-4-hdegoede@redhat.com>",
            "date": "2024-08-27T16:42:55",
            "name": "[v2,3/3] uvcvideo: Implement acquireDevice() + releaseDevice()",
            "mbox": "https://patchwork.libcamera.org/patch/21047/mbox/"
        }
    ]
}