Show a series.

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

{
    "id": 3051,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3051/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3051",
    "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 for YAML files",
    "date": "2022-04-14T05:26:50",
    "submitter": {
        "id": 98,
        "url": "https://patchwork.libcamera.org/api/1.1/people/98/?format=api",
        "name": "Hanlin Chen",
        "email": "hanlinchen@chromium.org"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3051/mbox/",
    "cover_letter": {
        "id": 15668,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15668/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15668/",
        "msgid": "<20220414052652.4165887-1-hanlinchen@chromium.org>",
        "date": "2022-04-14T05:26:50",
        "name": "[libcamera-devel,v2,0/2] Introduce YamlParser for YAML files",
        "mbox": "https://patchwork.libcamera.org/cover/15668/mbox/"
    },
    "patches": [
        {
            "id": 15669,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15669/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15669/",
            "msgid": "<20220414052652.4165887-2-hanlinchen@chromium.org>",
            "date": "2022-04-14T05:26:51",
            "name": "[libcamera-devel,1/2] libcamera: Introduce YamlParser as a helper to parse yaml files",
            "mbox": "https://patchwork.libcamera.org/patch/15669/mbox/"
        },
        {
            "id": 15670,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15670/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15670/",
            "msgid": "<20220414052652.4165887-3-hanlinchen@chromium.org>",
            "date": "2022-04-14T05:26:52",
            "name": "[libcamera-devel,2/2] android: camera_hal_config: Use YamlParser to parse android HAL config",
            "mbox": "https://patchwork.libcamera.org/patch/15670/mbox/"
        }
    ]
}