Show a series.

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

{
    "id": 4346,
    "url": "https://patchwork.libcamera.org/api/series/4346/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4346",
    "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": "utils: checkstyle.py: Miscellaneous improvements",
    "date": "2024-05-31T12:18:34",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4346/mbox/",
    "cover_letter": {
        "id": 20165,
        "url": "https://patchwork.libcamera.org/api/covers/20165/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20165/",
        "msgid": "<20240531121838.27643-1-laurent.pinchart@ideasonboard.com>",
        "date": "2024-05-31T12:18:34",
        "name": "[0/4] utils: checkstyle.py: Miscellaneous improvements",
        "mbox": "https://patchwork.libcamera.org/cover/20165/mbox/"
    },
    "patches": [
        {
            "id": 20166,
            "url": "https://patchwork.libcamera.org/api/patches/20166/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20166/",
            "msgid": "<20240531121838.27643-2-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-31T12:18:35",
            "name": "[1/4] utils: checkstyle.py: Refactor IncludeChecker",
            "mbox": "https://patchwork.libcamera.org/patch/20166/mbox/"
        },
        {
            "id": 20167,
            "url": "https://patchwork.libcamera.org/api/patches/20167/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20167/",
            "msgid": "<20240531121838.27643-3-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-31T12:18:36",
            "name": "[2/4] utils: checkstyle.py: Extend IncludeChecker to cover math.h",
            "mbox": "https://patchwork.libcamera.org/patch/20167/mbox/"
        },
        {
            "id": 20168,
            "url": "https://patchwork.libcamera.org/api/patches/20168/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20168/",
            "msgid": "<20240531121838.27643-4-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-31T12:18:37",
            "name": "[3/4] utils: checkstyle.py: Add a check for hex values",
            "mbox": "https://patchwork.libcamera.org/patch/20168/mbox/"
        },
        {
            "id": 20169,
            "url": "https://patchwork.libcamera.org/api/patches/20169/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20169/",
            "msgid": "<20240531121838.27643-5-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-31T12:18:38",
            "name": "[4/4] utils: checkstyle.py: Show location of coding style issue within line",
            "mbox": "https://patchwork.libcamera.org/patch/20169/mbox/"
        }
    ]
}