Show a series.

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

{
    "id": 4833,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4833/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4833",
    "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-29T09:19:12",
    "submitter": {
        "id": 17,
        "url": "https://patchwork.libcamera.org/api/1.1/people/17/?format=api",
        "name": "Paul Elder",
        "email": "paul.elder@ideasonboard.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4833/mbox/",
    "cover_letter": {
        "id": 22135,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/22135/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22135/",
        "msgid": "<20241129091916.298359-1-paul.elder@ideasonboard.com>",
        "date": "2024-11-29T09:19:12",
        "name": "[v3,0/4] Add direction field to ControlId",
        "mbox": "https://patchwork.libcamera.org/cover/22135/mbox/"
    },
    "patches": [
        {
            "id": 22136,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22136/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22136/",
            "msgid": "<20241129091916.298359-2-paul.elder@ideasonboard.com>",
            "date": "2024-11-29T09:19:13",
            "name": "[v3,1/4] libcamera: controls: Populate direction field in control definitions",
            "mbox": "https://patchwork.libcamera.org/patch/22136/mbox/"
        },
        {
            "id": 22137,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22137/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22137/",
            "msgid": "<20241129091916.298359-3-paul.elder@ideasonboard.com>",
            "date": "2024-11-29T09:19:14",
            "name": "[v3,2/4] utils: codegen: controls.py: Parse direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22137/mbox/"
        },
        {
            "id": 22138,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22138/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22138/",
            "msgid": "<20241129091916.298359-4-paul.elder@ideasonboard.com>",
            "date": "2024-11-29T09:19:15",
            "name": "[v3,3/4] libcamera: controls: Add support for querying direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22138/mbox/"
        },
        {
            "id": 22139,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22139/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22139/",
            "msgid": "<20241129091916.298359-5-paul.elder@ideasonboard.com>",
            "date": "2024-11-29T09:19:16",
            "name": "[v3,4/4] apps: cam: Print control direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22139/mbox/"
        }
    ]
}