Show a series.

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

{
    "id": 3473,
    "url": "https://patchwork.libcamera.org/api/series/3473/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3473",
    "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": "Take into account color temperature during LSC algorithm for rkisp1",
    "date": "2022-09-06T16:12:16",
    "submitter": {
        "id": 123,
        "url": "https://patchwork.libcamera.org/api/people/123/?format=api",
        "name": "Florian Sylvestre",
        "email": "fsylvestre@baylibre.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3473/mbox/",
    "cover_letter": {
        "id": 17305,
        "url": "https://patchwork.libcamera.org/api/covers/17305/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17305/",
        "msgid": "<20220906161217.1806662-1-fsylvestre@baylibre.com>",
        "date": "2022-09-06T16:12:16",
        "name": "[libcamera-devel,0/1] Take into account color temperature during LSC algorithm for rkisp1",
        "mbox": "https://patchwork.libcamera.org/cover/17305/mbox/"
    },
    "patches": [
        {
            "id": 17306,
            "url": "https://patchwork.libcamera.org/api/patches/17306/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17306/",
            "msgid": "<20220906161217.1806662-2-fsylvestre@baylibre.com>",
            "date": "2022-09-06T16:12:17",
            "name": "[libcamera-devel,1/1] ipa: rkisp1: Take into account color temperature during LSC algorithm",
            "mbox": "https://patchwork.libcamera.org/patch/17306/mbox/"
        }
    ]
}