Show a series.

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

{
    "id": 3628,
    "url": "https://patchwork.libcamera.org/api/series/3628/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3628",
    "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": "Resolve invalid attempts to set sensor flip controls",
    "date": "2022-11-22T11:30:47",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3628/mbox/",
    "cover_letter": {
        "id": 17835,
        "url": "https://patchwork.libcamera.org/api/covers/17835/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17835/",
        "msgid": "<20221122113049.3951-1-david.plowman@raspberrypi.com>",
        "date": "2022-11-22T11:30:47",
        "name": "[libcamera-devel,v3,0/2] Resolve invalid attempts to set sensor flip controls",
        "mbox": "https://patchwork.libcamera.org/cover/17835/mbox/"
    },
    "patches": [
        {
            "id": 17836,
            "url": "https://patchwork.libcamera.org/api/patches/17836/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17836/",
            "msgid": "<20221122113049.3951-2-david.plowman@raspberrypi.com>",
            "date": "2022-11-22T11:30:48",
            "name": "[libcamera-devel,v3,1/2] libcamera: bayer_format: Add toMbusCode method",
            "mbox": "https://patchwork.libcamera.org/patch/17836/mbox/"
        },
        {
            "id": 17837,
            "url": "https://patchwork.libcamera.org/api/patches/17837/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17837/",
            "msgid": "<20221122113049.3951-3-david.plowman@raspberrypi.com>",
            "date": "2022-11-22T11:30:49",
            "name": "[libcamera-devel,v3,2/2] libcamera: camera_sensor: Do not clear camera flips when listing formats",
            "mbox": "https://patchwork.libcamera.org/patch/17837/mbox/"
        }
    ]
}