Show a series.

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

{
    "id": 3068,
    "url": "https://patchwork.libcamera.org/api/series/3068/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3068",
    "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": "Introduce YamlParser for YAML files",
    "date": "2022-04-25T14:46:14",
    "submitter": {
        "id": 98,
        "url": "https://patchwork.libcamera.org/api/people/98/?format=api",
        "name": "Hanlin Chen",
        "email": "hanlinchen@chromium.org"
    },
    "version": 5,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3068/mbox/",
    "cover_letter": {
        "id": 15704,
        "url": "https://patchwork.libcamera.org/api/covers/15704/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15704/",
        "msgid": "<20220425144617.2549778-1-hanlinchen@chromium.org>",
        "date": "2022-04-25T14:46:14",
        "name": "[libcamera-devel,v5,0/3] Introduce YamlParser for YAML files",
        "mbox": "https://patchwork.libcamera.org/cover/15704/mbox/"
    },
    "patches": [
        {
            "id": 15705,
            "url": "https://patchwork.libcamera.org/api/patches/15705/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15705/",
            "msgid": "<20220425144617.2549778-2-hanlinchen@chromium.org>",
            "date": "2022-04-25T14:46:15",
            "name": "[libcamera-devel,v5,1/3] libcamera: Introduce YamlParser as a helper to parse yaml files",
            "mbox": "https://patchwork.libcamera.org/patch/15705/mbox/"
        },
        {
            "id": 15706,
            "url": "https://patchwork.libcamera.org/api/patches/15706/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15706/",
            "msgid": "<20220425144617.2549778-3-hanlinchen@chromium.org>",
            "date": "2022-04-25T14:46:16",
            "name": "[libcamera-devel,v5,2/3] test: Add YamlParser test",
            "mbox": "https://patchwork.libcamera.org/patch/15706/mbox/"
        },
        {
            "id": 15707,
            "url": "https://patchwork.libcamera.org/api/patches/15707/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15707/",
            "msgid": "<20220425144617.2549778-4-hanlinchen@chromium.org>",
            "date": "2022-04-25T14:46:17",
            "name": "[libcamera-devel,v5,3/3] android: camera_hal_config: Use YamlParser to parse android HAL config",
            "mbox": "https://patchwork.libcamera.org/patch/15707/mbox/"
        }
    ]
}