Show a series.

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

{
    "id": 4483,
    "url": "https://patchwork.libcamera.org/api/series/4483/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4483",
    "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": "[v2,1/2] libcamera: add missing <stdint.h> include to base/file.h",
    "date": "2024-08-04T20:55:43",
    "submitter": {
        "id": 203,
        "url": "https://patchwork.libcamera.org/api/people/203/?format=api",
        "name": "Sergei Trofimovich",
        "email": "slyich@gmail.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4483/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 20761,
            "url": "https://patchwork.libcamera.org/api/patches/20761/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20761/",
            "msgid": "<20240804205544.2500138-1-slyich@gmail.com>",
            "date": "2024-08-04T20:55:43",
            "name": "[v2,1/2] libcamera: add missing <stdint.h> include to base/file.h",
            "mbox": "https://patchwork.libcamera.org/patch/20761/mbox/"
        },
        {
            "id": 20762,
            "url": "https://patchwork.libcamera.org/api/patches/20762/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20762/",
            "msgid": "<20240804205544.2500138-2-slyich@gmail.com>",
            "date": "2024-08-04T20:55:44",
            "name": "[v2,2/2] libcamera: add missing <stdint.h> include to internal/yaml_parser.h",
            "mbox": "https://patchwork.libcamera.org/patch/20762/mbox/"
        }
    ]
}