Show a series.

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

{
    "id": 4203,
    "url": "https://patchwork.libcamera.org/api/series/4203/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4203",
    "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": "gstreamer: Fix a crash when memory outlives the pipeline",
    "date": "2024-03-05T15:30:55",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4203/mbox/",
    "cover_letter": {
        "id": 19632,
        "url": "https://patchwork.libcamera.org/api/covers/19632/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19632/",
        "msgid": "<20240305153058.1761020-1-nicolas@ndufresne.ca>",
        "date": "2024-03-05T15:30:55",
        "name": "[v2,0/3] gstreamer: Fix a crash when memory outlives the pipeline",
        "mbox": "https://patchwork.libcamera.org/cover/19632/mbox/"
    },
    "patches": [
        {
            "id": 19633,
            "url": "https://patchwork.libcamera.org/api/patches/19633/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19633/",
            "msgid": "<20240305153058.1761020-2-nicolas@ndufresne.ca>",
            "date": "2024-03-05T15:30:56",
            "name": "[v2,1/3] gstreamer: allocator: Ensure camera manager stay alive",
            "mbox": "https://patchwork.libcamera.org/patch/19633/mbox/"
        },
        {
            "id": 19634,
            "url": "https://patchwork.libcamera.org/api/patches/19634/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19634/",
            "msgid": "<20240305153058.1761020-3-nicolas@ndufresne.ca>",
            "date": "2024-03-05T15:30:57",
            "name": "[v2,2/3] test: gstreamer: Simplify single stream test",
            "mbox": "https://patchwork.libcamera.org/patch/19634/mbox/"
        },
        {
            "id": 19635,
            "url": "https://patchwork.libcamera.org/api/patches/19635/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19635/",
            "msgid": "<20240305153058.1761020-4-nicolas@ndufresne.ca>",
            "date": "2024-03-05T15:30:58",
            "name": "[v2,3/3] test: gstreamer: Test memory lifetime",
            "mbox": "https://patchwork.libcamera.org/patch/19635/mbox/"
        }
    ]
}