Show a series.

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

{
    "id": 4322,
    "url": "https://patchwork.libcamera.org/api/series/4322/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4322",
    "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": "Document libcamerasrc multi stream usage",
    "date": "2024-05-22T20:39:22",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4322/mbox/",
    "cover_letter": {
        "id": 20087,
        "url": "https://patchwork.libcamera.org/api/covers/20087/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20087/",
        "msgid": "<20240522203924.1111388-1-nicolas@ndufresne.ca>",
        "date": "2024-05-22T20:39:22",
        "name": "[v1,0/2] Document libcamerasrc multi stream usage",
        "mbox": "https://patchwork.libcamera.org/cover/20087/mbox/"
    },
    "patches": [
        {
            "id": 20088,
            "url": "https://patchwork.libcamera.org/api/patches/20088/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20088/",
            "msgid": "<20240522203924.1111388-2-nicolas@ndufresne.ca>",
            "date": "2024-05-22T20:39:23",
            "name": "[v1,1/2] gst: Add child proxy support to libcamerasrc",
            "mbox": "https://patchwork.libcamera.org/patch/20088/mbox/"
        },
        {
            "id": 20089,
            "url": "https://patchwork.libcamera.org/api/patches/20089/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20089/",
            "msgid": "<20240522203924.1111388-3-nicolas@ndufresne.ca>",
            "date": "2024-05-22T20:39:24",
            "name": "[v1,2/2] gst: Document libcamerasrc multi stream usage",
            "mbox": "https://patchwork.libcamera.org/patch/20089/mbox/"
        }
    ]
}