Show a series.

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

{
    "id": 3448,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3448/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3448",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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] ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doubles",
    "date": "2022-08-29T18:28:46",
    "submitter": {
        "id": 51,
        "url": "https://patchwork.libcamera.org/api/1.1/people/51/?format=api",
        "name": "Marvin Schmidt",
        "email": "marvin.schmidt1987@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3448/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 17235,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17235/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17235/",
            "msgid": "<20220829182846.1227824-1-marvin.schmidt1987@gmail.com>",
            "date": "2022-08-29T18:28:46",
            "name": "[libcamera-devel] ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doubles",
            "mbox": "https://patchwork.libcamera.org/patch/17235/mbox/"
        }
    ]
}