Show a series.

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

{
    "id": 4508,
    "url": "https://patchwork.libcamera.org/api/series/4508/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4508",
    "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": "[1/3] utils: checkstyle.py: Rework commit message parsing",
    "date": "2024-08-10T00:58:38",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4508/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 20869,
            "url": "https://patchwork.libcamera.org/api/patches/20869/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20869/",
            "msgid": "<20240810005840.20841-1-laurent.pinchart@ideasonboard.com>",
            "date": "2024-08-10T00:58:38",
            "name": "[1/3] utils: checkstyle.py: Rework commit message parsing",
            "mbox": "https://patchwork.libcamera.org/patch/20869/mbox/"
        },
        {
            "id": 20870,
            "url": "https://patchwork.libcamera.org/api/patches/20870/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20870/",
            "msgid": "<20240810005840.20841-2-laurent.pinchart@ideasonboard.com>",
            "date": "2024-08-10T00:58:39",
            "name": "[2/3] utils: checkstyle.py: Skip title and trailers checkers for pre-commit",
            "mbox": "https://patchwork.libcamera.org/patch/20870/mbox/"
        },
        {
            "id": 20871,
            "url": "https://patchwork.libcamera.org/api/patches/20871/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20871/",
            "msgid": "<20240810005840.20841-3-laurent.pinchart@ideasonboard.com>",
            "date": "2024-08-10T00:58:40",
            "name": "[3/3] utils: checkstyle.py: Add __repr__ method to Commit class",
            "mbox": "https://patchwork.libcamera.org/patch/20871/mbox/"
        }
    ]
}