Show a series.

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

{
    "id": 4479,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4479/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4479",
    "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] include/libcamera/base/file.h: add missing <stdint.h> include",
    "date": "2024-08-04T06:03:59",
    "submitter": {
        "id": 203,
        "url": "https://patchwork.libcamera.org/api/1.1/people/203/?format=api",
        "name": "Sergei Trofimovich",
        "email": "slyich@gmail.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4479/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 20754,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20754/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20754/",
            "msgid": "<20240804060400.2790695-1-slyich@gmail.com>",
            "date": "2024-08-04T06:03:59",
            "name": "[1/2] include/libcamera/base/file.h: add missing <stdint.h> include",
            "mbox": "https://patchwork.libcamera.org/patch/20754/mbox/"
        },
        {
            "id": 20755,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/20755/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20755/",
            "msgid": "<20240804060400.2790695-2-slyich@gmail.com>",
            "date": "2024-08-04T06:04:00",
            "name": "[2/2] include/libcamera/internal/yaml_parser.h: add missing <stdint.h> include",
            "mbox": "https://patchwork.libcamera.org/patch/20755/mbox/"
        }
    ]
}