Show a series.

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

{
    "id": 4550,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4550/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4550",
    "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": "Python improvements to checkstyle.py",
    "date": "2024-08-30T12:52:57",
    "submitter": {
        "id": 184,
        "url": "https://patchwork.libcamera.org/api/1.1/people/184/?format=api",
        "name": "Stefan Klug",
        "email": "stefan.klug@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4550/mbox/",
    "cover_letter": {
        "id": 21079,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21079/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21079/",
        "msgid": "<20240830125311.1702053-1-stefan.klug@ideasonboard.com>",
        "date": "2024-08-30T12:52:57",
        "name": "[0/3] Python improvements to checkstyle.py",
        "mbox": "https://patchwork.libcamera.org/cover/21079/mbox/"
    },
    "patches": [
        {
            "id": 21080,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21080/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21080/",
            "msgid": "<20240830125311.1702053-2-stefan.klug@ideasonboard.com>",
            "date": "2024-08-30T12:52:58",
            "name": "[1/3] utils: checkstyle: Remove leading colon from pycodestyle messages",
            "mbox": "https://patchwork.libcamera.org/patch/21080/mbox/"
        },
        {
            "id": 21081,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21081/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21081/",
            "msgid": "<20240830125311.1702053-3-stefan.klug@ideasonboard.com>",
            "date": "2024-08-30T12:52:59",
            "name": "[2/3] utils: checkstye: Show issue position for python issues",
            "mbox": "https://patchwork.libcamera.org/patch/21081/mbox/"
        },
        {
            "id": 21082,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21082/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21082/",
            "msgid": "<20240830125311.1702053-4-stefan.klug@ideasonboard.com>",
            "date": "2024-08-30T12:53:00",
            "name": "[3/3] utils: checkstyle: Add a python formatter",
            "mbox": "https://patchwork.libcamera.org/patch/21082/mbox/"
        }
    ]
}