Show a series.

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

{
    "id": 3677,
    "url": "https://patchwork.libcamera.org/api/series/3677/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3677",
    "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": "Fix colour spaces on Raspberry Pi",
    "date": "2022-12-16T14:33:41",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3677/mbox/",
    "cover_letter": {
        "id": 18034,
        "url": "https://patchwork.libcamera.org/api/covers/18034/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/18034/",
        "msgid": "<20221216143344.8177-1-david.plowman@raspberrypi.com>",
        "date": "2022-12-16T14:33:41",
        "name": "[libcamera-devel,0/3] Fix colour spaces on Raspberry Pi",
        "mbox": "https://patchwork.libcamera.org/cover/18034/mbox/"
    },
    "patches": [
        {
            "id": 18035,
            "url": "https://patchwork.libcamera.org/api/patches/18035/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18035/",
            "msgid": "<20221216143344.8177-2-david.plowman@raspberrypi.com>",
            "date": "2022-12-16T14:33:42",
            "name": "[libcamera-devel,1/3] libcamera: camera: fix validateColorSpaces to choose the correct \"main\" colour space",
            "mbox": "https://patchwork.libcamera.org/patch/18035/mbox/"
        },
        {
            "id": 18036,
            "url": "https://patchwork.libcamera.org/api/patches/18036/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18036/",
            "msgid": "<20221216143344.8177-3-david.plowman@raspberrypi.com>",
            "date": "2022-12-16T14:33:43",
            "name": "[libcamera-devel,2/3] libcamera: camera: Fix validateColorSpaces not to loose YCbCr encodings",
            "mbox": "https://patchwork.libcamera.org/patch/18036/mbox/"
        },
        {
            "id": 18037,
            "url": "https://patchwork.libcamera.org/api/patches/18037/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18037/",
            "msgid": "<20221216143344.8177-4-david.plowman@raspberrypi.com>",
            "date": "2022-12-16T14:33:44",
            "name": "[libcamera-devel,3/3] pipeline: raspberrypi: Fix colour spaces by handling missing YCbCr information",
            "mbox": "https://patchwork.libcamera.org/patch/18037/mbox/"
        }
    ]
}