Show a series.

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

{
    "id": 4914,
    "url": "https://patchwork.libcamera.org/api/series/4914/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4914",
    "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": "libcamera: process: Pass stderr and reserve stdin and stdout fds",
    "date": "2024-12-18T18:27:53",
    "submitter": {
        "id": 190,
        "url": "https://patchwork.libcamera.org/api/people/190/?format=api",
        "name": "Julien Vuillaumier",
        "email": "julien.vuillaumier@nxp.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4914/mbox/",
    "cover_letter": {
        "id": 22402,
        "url": "https://patchwork.libcamera.org/api/covers/22402/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22402/",
        "msgid": "<20241218182754.2414920-1-julien.vuillaumier@nxp.com>",
        "date": "2024-12-18T18:27:53",
        "name": "[v2,0/1] libcamera: process: Pass stderr and reserve stdin and stdout fds",
        "mbox": "https://patchwork.libcamera.org/cover/22402/mbox/"
    },
    "patches": [
        {
            "id": 22403,
            "url": "https://patchwork.libcamera.org/api/patches/22403/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22403/",
            "msgid": "<20241218182754.2414920-2-julien.vuillaumier@nxp.com>",
            "date": "2024-12-18T18:27:54",
            "name": "[v2,1/1] libcamera: process: Pass stderr and reserve stdin and stdout fds",
            "mbox": "https://patchwork.libcamera.org/patch/22403/mbox/"
        }
    ]
}