Show a series.

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

{
    "id": 4830,
    "url": "https://patchwork.libcamera.org/api/series/4830/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4830",
    "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": "Add BitDepthValue for simplified bit depth conversion",
    "date": "2024-11-27T14:46:53",
    "submitter": {
        "id": 215,
        "url": "https://patchwork.libcamera.org/api/people/215/?format=api",
        "name": "Isaac Scott",
        "email": "isaac.scott@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4830/mbox/",
    "cover_letter": {
        "id": 22124,
        "url": "https://patchwork.libcamera.org/api/covers/22124/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22124/",
        "msgid": "<20241127144655.1074720-1-isaac.scott@ideasonboard.com>",
        "date": "2024-11-27T14:46:53",
        "name": "[RFC,0/2] Add BitDepthValue for simplified bit depth conversion",
        "mbox": "https://patchwork.libcamera.org/cover/22124/mbox/"
    },
    "patches": [
        {
            "id": 22125,
            "url": "https://patchwork.libcamera.org/api/patches/22125/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22125/",
            "msgid": "<20241127144655.1074720-2-isaac.scott@ideasonboard.com>",
            "date": "2024-11-27T14:46:54",
            "name": "[RFC,1/2] libcamera: bitdepth: Add BitDepth implementation",
            "mbox": "https://patchwork.libcamera.org/patch/22125/mbox/"
        },
        {
            "id": 22126,
            "url": "https://patchwork.libcamera.org/api/patches/22126/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22126/",
            "msgid": "<20241127144655.1074720-3-isaac.scott@ideasonboard.com>",
            "date": "2024-11-27T14:46:55",
            "name": "[RFC,2/2] libcamera: bitdepth: Adapt camera_sensor_helper to use BitDepth",
            "mbox": "https://patchwork.libcamera.org/patch/22126/mbox/"
        }
    ]
}