Show a series.

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

{
    "id": 4365,
    "url": "https://patchwork.libcamera.org/api/series/4365/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4365",
    "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-06-05T17:44:45",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4365/mbox/",
    "cover_letter": {
        "id": 20210,
        "url": "https://patchwork.libcamera.org/api/covers/20210/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20210/",
        "msgid": "<20240605174447.139942-1-nicolas@ndufresne.ca>",
        "date": "2024-06-05T17:44:45",
        "name": "[v2,0/2] Document libcamerasrc multi stream usage",
        "mbox": "https://patchwork.libcamera.org/cover/20210/mbox/"
    },
    "patches": [
        {
            "id": 20211,
            "url": "https://patchwork.libcamera.org/api/patches/20211/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20211/",
            "msgid": "<20240605174447.139942-2-nicolas@ndufresne.ca>",
            "date": "2024-06-05T17:44:46",
            "name": "[v2,1/2] gst: Add child proxy support to libcamerasrc",
            "mbox": "https://patchwork.libcamera.org/patch/20211/mbox/"
        },
        {
            "id": 20212,
            "url": "https://patchwork.libcamera.org/api/patches/20212/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20212/",
            "msgid": "<20240605174447.139942-3-nicolas@ndufresne.ca>",
            "date": "2024-06-05T17:44:47",
            "name": "[v2,2/2] gst: Document libcamerasrc multi stream usage",
            "mbox": "https://patchwork.libcamera.org/patch/20212/mbox/"
        }
    ]
}