Show a series.

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

{
    "id": 4210,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4210/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4210",
    "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": "utils: checkstyle.py: Add Co-developed-by to known_trailers",
    "date": "2024-03-11T12:01:02",
    "submitter": {
        "id": 102,
        "url": "https://patchwork.libcamera.org/api/1.1/people/102/?format=api",
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4210/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 19655,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19655/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19655/",
            "msgid": "<20240311120102.13235-1-hdegoede@redhat.com>",
            "date": "2024-03-11T12:01:02",
            "name": "utils: checkstyle.py: Add Co-developed-by to known_trailers",
            "mbox": "https://patchwork.libcamera.org/patch/19655/mbox/"
        }
    ]
}