Show a series.

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

{
    "id": 4164,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4164/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4164",
    "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": "[1/2] gstreamer: Map R8/R16 pixel format",
    "date": "2024-02-02T08:58:18",
    "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": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4164/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 19474,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19474/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19474/",
            "msgid": "<20240202085819.119320-1-nicolas@ndufresne.ca>",
            "date": "2024-02-02T08:58:18",
            "name": "[1/2] gstreamer: Map R8/R16 pixel format",
            "mbox": "https://patchwork.libcamera.org/patch/19474/mbox/"
        },
        {
            "id": 19475,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19475/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19475/",
            "msgid": "<20240202085819.119320-2-nicolas@ndufresne.ca>",
            "date": "2024-02-02T08:58:19",
            "name": "[2/2] gstreamer: Map 10/12/14/16 bayer formats supports",
            "mbox": "https://patchwork.libcamera.org/patch/19475/mbox/"
        }
    ]
}