Show a series.

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

{
    "id": 3475,
    "url": "https://patchwork.libcamera.org/api/series/3475/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3475",
    "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,1/1] qcam: Fix crash when switching from non existant camera",
    "date": "2022-09-07T16:35:04",
    "submitter": {
        "id": 114,
        "url": "https://patchwork.libcamera.org/api/people/114/?format=api",
        "name": "Utkarsh Tiwari",
        "email": "utkarsh02t@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3475/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 17308,
            "url": "https://patchwork.libcamera.org/api/patches/17308/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17308/",
            "msgid": "<20220907163504.209658-1-utkarsh02t@gmail.com>",
            "date": "2022-09-07T16:35:04",
            "name": "[libcamera-devel,1/1] qcam: Fix crash when switching from non existant camera",
            "mbox": "https://patchwork.libcamera.org/patch/17308/mbox/"
        }
    ]
}