Show a series.

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

{
    "id": 4876,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4876/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4876",
    "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-12-12T05:24:34",
    "submitter": {
        "id": 17,
        "url": "https://patchwork.libcamera.org/api/1.1/people/17/?format=api",
        "name": "Paul Elder",
        "email": "paul.elder@ideasonboard.com"
    },
    "version": 4,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4876/mbox/",
    "cover_letter": {
        "id": 22294,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/22294/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/22294/",
        "msgid": "<20241212052438.1547410-1-paul.elder@ideasonboard.com>",
        "date": "2024-12-12T05:24:34",
        "name": "[v4,0/4] Add direction field to ControlId",
        "mbox": "https://patchwork.libcamera.org/cover/22294/mbox/"
    },
    "patches": [
        {
            "id": 22295,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22295/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22295/",
            "msgid": "<20241212052438.1547410-2-paul.elder@ideasonboard.com>",
            "date": "2024-12-12T05:24:35",
            "name": "[v4,1/4] libcamera: controls: Populate direction field in control definitions",
            "mbox": "https://patchwork.libcamera.org/patch/22295/mbox/"
        },
        {
            "id": 22296,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22296/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22296/",
            "msgid": "<20241212052438.1547410-3-paul.elder@ideasonboard.com>",
            "date": "2024-12-12T05:24:36",
            "name": "[v4,2/4] utils: codegen: controls.py: Parse direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22296/mbox/"
        },
        {
            "id": 22297,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22297/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22297/",
            "msgid": "<20241212052438.1547410-4-paul.elder@ideasonboard.com>",
            "date": "2024-12-12T05:24:37",
            "name": "[v4,3/4] libcamera: controls: Add support for querying direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22297/mbox/"
        },
        {
            "id": 22298,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/22298/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/22298/",
            "msgid": "<20241212052438.1547410-5-paul.elder@ideasonboard.com>",
            "date": "2024-12-12T05:24:38",
            "name": "[v4,4/4] apps: cam: Print control direction information",
            "mbox": "https://patchwork.libcamera.org/patch/22298/mbox/"
        }
    ]
}