Show a series.

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

{
    "id": 3142,
    "url": "https://patchwork.libcamera.org/api/series/3142/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3142",
    "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": "libcamera: checkstyle: Improve header formatter",
    "date": "2022-05-26T11:00:06",
    "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/3142/mbox/",
    "cover_letter": {
        "id": 16059,
        "url": "https://patchwork.libcamera.org/api/covers/16059/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16059/",
        "msgid": "<20220526110009.13874-1-laurent.pinchart@ideasonboard.com>",
        "date": "2022-05-26T11:00:06",
        "name": "[libcamera-devel,0/3] libcamera: checkstyle: Improve header formatter",
        "mbox": "https://patchwork.libcamera.org/cover/16059/mbox/"
    },
    "patches": [
        {
            "id": 16060,
            "url": "https://patchwork.libcamera.org/api/patches/16060/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16060/",
            "msgid": "<20220526110009.13874-2-laurent.pinchart@ideasonboard.com>",
            "date": "2022-05-26T11:00:07",
            "name": "[libcamera-devel,1/3] utils: checkstyle: Run the ClangFormatter last",
            "mbox": "https://patchwork.libcamera.org/patch/16060/mbox/"
        },
        {
            "id": 16061,
            "url": "https://patchwork.libcamera.org/api/patches/16061/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16061/",
            "msgid": "<20220526110009.13874-3-laurent.pinchart@ideasonboard.com>",
            "date": "2022-05-26T11:00:08",
            "name": "[libcamera-devel,2/3] utils: checkstyle: Ensure \"...\" include style for internal headers",
            "mbox": "https://patchwork.libcamera.org/patch/16061/mbox/"
        },
        {
            "id": 16062,
            "url": "https://patchwork.libcamera.org/api/patches/16062/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16062/",
            "msgid": "<20220526110009.13874-4-laurent.pinchart@ideasonboard.com>",
            "date": "2022-05-26T11:00:09",
            "name": "[libcamera-devel,3/3] libcamera: Use \"...\" instead of <...> consistently for internal headers",
            "mbox": "https://patchwork.libcamera.org/patch/16062/mbox/"
        }
    ]
}