Show a series.

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

{
    "id": 4827,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4827/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4827",
    "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": "Add direction field to ControlId",
    "date": "2024-11-27T08:50:13",
    "submitter": {
        "id": 17,
        "url": "https://patchwork.libcamera.org/api/1.1/people/17/?format=api",
        "name": "Paul Elder",
        "email": "paul.elder@ideasonboard.com"
    },
    "version": 2,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4827/mbox/",
    "cover_letter": {
        "id": 22106,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/22106/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22106/",
        "msgid": "<20241127085017.2192069-1-paul.elder@ideasonboard.com>",
        "date": "2024-11-27T08:50:13",
        "name": "[v2,0/4] Add direction field to ControlId",
        "mbox": "https://patchwork.libcamera.org/cover/22106/mbox/"
    },
    "patches": [
        {
            "id": 22107,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22107/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22107/",
            "msgid": "<20241127085017.2192069-2-paul.elder@ideasonboard.com>",
            "date": "2024-11-27T08:50:14",
            "name": "[v2,1/4] libcamera: controls: Populate direction field in control definitions",
            "mbox": "https://patchwork.libcamera.org/patch/22107/mbox/"
        },
        {
            "id": 22108,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22108/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22108/",
            "msgid": "<20241127085017.2192069-3-paul.elder@ideasonboard.com>",
            "date": "2024-11-27T08:50:15",
            "name": "[v2,2/4] utils: codegen: controls.py: Parse direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22108/mbox/"
        },
        {
            "id": 22109,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22109/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22109/",
            "msgid": "<20241127085017.2192069-4-paul.elder@ideasonboard.com>",
            "date": "2024-11-27T08:50:16",
            "name": "[v2,3/4] libcamera: controls: Add support for querying direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22109/mbox/"
        },
        {
            "id": 22110,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22110/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22110/",
            "msgid": "<20241127085017.2192069-5-paul.elder@ideasonboard.com>",
            "date": "2024-11-27T08:50:17",
            "name": "[v2,4/4] apps: cam: Print control direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22110/mbox/"
        }
    ]
}