Show a series.

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

{
    "id": 3124,
    "url": "https://patchwork.libcamera.org/api/series/3124/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3124",
    "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": null,
    "date": "2022-05-18T14:53:53",
    "submitter": {
        "id": 17,
        "url": "https://patchwork.libcamera.org/api/people/17/?format=api",
        "name": "Paul Elder",
        "email": "paul.elder@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 1,
    "received_all": false,
    "mbox": "https://patchwork.libcamera.org/series/3124/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 15973,
            "url": "https://patchwork.libcamera.org/api/patches/15973/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15973/",
            "msgid": "<20220518145353.996277-1-paul.elder@ideasonboard.com>",
            "date": "2022-05-18T14:53:53",
            "name": "[libcamera-devel,v1.1,2/3] Documentation: design: ae: Document the design for AE controls",
            "mbox": "https://patchwork.libcamera.org/patch/15973/mbox/"
        }
    ]
}