Show a series.

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

{
    "id": 4190,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4190/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4190",
    "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": "gstreamer: Fix a crash when memory outlives the pipeline",
    "date": "2024-02-27T17:53:33",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/1.1/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4190/mbox/",
    "cover_letter": {
        "id": 19561,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/19561/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19561/",
        "msgid": "<20240227175336.560009-1-nicolas@ndufresne.ca>",
        "date": "2024-02-27T17:53:33",
        "name": "[v1,0/3] gstreamer: Fix a crash when memory outlives the pipeline",
        "mbox": "https://patchwork.libcamera.org/cover/19561/mbox/"
    },
    "patches": [
        {
            "id": 19562,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19562/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19562/",
            "msgid": "<20240227175336.560009-2-nicolas@ndufresne.ca>",
            "date": "2024-02-27T17:53:34",
            "name": "[v1,1/3] gstreamer: allocator: Ensure camera manager stay alive",
            "mbox": "https://patchwork.libcamera.org/patch/19562/mbox/"
        },
        {
            "id": 19563,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19563/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19563/",
            "msgid": "<20240227175336.560009-3-nicolas@ndufresne.ca>",
            "date": "2024-02-27T17:53:35",
            "name": "[v1,2/3] test: gstreamer: Simplify single stream test",
            "mbox": "https://patchwork.libcamera.org/patch/19563/mbox/"
        },
        {
            "id": 19564,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19564/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19564/",
            "msgid": "<20240227175336.560009-4-nicolas@ndufresne.ca>",
            "date": "2024-02-27T17:53:36",
            "name": "[v1,3/3] test: gstreamer: Test memory lifetime",
            "mbox": "https://patchwork.libcamera.org/patch/19564/mbox/"
        }
    ]
}