Show a series.

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

{
    "id": 3056,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3056/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3056",
    "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": "Introduce YamlParser YAML files",
    "date": "2022-04-18T12:09:21",
    "submitter": {
        "id": 98,
        "url": "https://patchwork.libcamera.org/api/1.1/people/98/?format=api",
        "name": "Hanlin Chen",
        "email": "hanlinchen@chromium.org"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3056/mbox/",
    "cover_letter": {
        "id": 15680,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15680/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15680/",
        "msgid": "<20220418120923.453131-1-hanlinchen@chromium.org>",
        "date": "2022-04-18T12:09:21",
        "name": "[libcamera-devel,v3,0/2] Introduce YamlParser YAML files",
        "mbox": "https://patchwork.libcamera.org/cover/15680/mbox/"
    },
    "patches": [
        {
            "id": 15681,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15681/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15681/",
            "msgid": "<20220418120923.453131-2-hanlinchen@chromium.org>",
            "date": "2022-04-18T12:09:22",
            "name": "[libcamera-devel,v3,1/2] libcamera: Introduce YamlParser as a helper to parse yaml files",
            "mbox": "https://patchwork.libcamera.org/patch/15681/mbox/"
        },
        {
            "id": 15682,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15682/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15682/",
            "msgid": "<20220418120923.453131-3-hanlinchen@chromium.org>",
            "date": "2022-04-18T12:09:23",
            "name": "[libcamera-devel,v3,2/2] android: camera_hal_config: Use YamlParser to parse android HAL config",
            "mbox": "https://patchwork.libcamera.org/patch/15682/mbox/"
        }
    ]
}