Show a series.

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

{
    "id": 4300,
    "url": "https://patchwork.libcamera.org/api/series/4300/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4300",
    "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: Drop remaining file name from header comment blocks",
    "date": "2024-05-08T20:59:12",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4300/mbox/",
    "cover_letter": {
        "id": 20025,
        "url": "https://patchwork.libcamera.org/api/covers/20025/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/20025/",
        "msgid": "<20240508205914.15611-1-laurent.pinchart@ideasonboard.com>",
        "date": "2024-05-08T20:59:12",
        "name": "[v1,0/2] libcamera: Drop remaining file name from header comment blocks",
        "mbox": "https://patchwork.libcamera.org/cover/20025/mbox/"
    },
    "patches": [
        {
            "id": 20026,
            "url": "https://patchwork.libcamera.org/api/patches/20026/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20026/",
            "msgid": "<20240508205914.15611-2-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-08T20:59:13",
            "name": "[v1,1/2] libcamera: Drop file name from header comment blocks in templates",
            "mbox": "https://patchwork.libcamera.org/patch/20026/mbox/"
        },
        {
            "id": 20027,
            "url": "https://patchwork.libcamera.org/api/patches/20027/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/20027/",
            "msgid": "<20240508205914.15611-3-laurent.pinchart@ideasonboard.com>",
            "date": "2024-05-08T20:59:14",
            "name": "[v1,2/2] libcamera: Drop remaining file name from header comment blocks",
            "mbox": "https://patchwork.libcamera.org/patch/20027/mbox/"
        }
    ]
}