Show a series.

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

{
    "id": 3055,
    "url": "https://patchwork.libcamera.org/api/series/3055/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3055",
    "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-devel,v3] Documentation: Fix spelling error",
    "date": "2022-04-15T13:11:22",
    "submitter": {
        "id": 118,
        "url": "https://patchwork.libcamera.org/api/people/118/?format=api",
        "name": "Rishikesh Donadkar",
        "email": "rishikeshdonadkar@gmail.com"
    },
    "version": 3,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3055/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 15679,
            "url": "https://patchwork.libcamera.org/api/patches/15679/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15679/",
            "msgid": "<20220415131122.28401-1-rishikeshdonadkar@gmail.com>",
            "date": "2022-04-15T13:11:22",
            "name": "[libcamera-devel,v3] Documentation: Fix spelling error",
            "mbox": "https://patchwork.libcamera.org/patch/15679/mbox/"
        }
    ]
}