Show a series.

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

{
    "id": 3489,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3489/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3489",
    "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": "Basic AF control for IPU3",
    "date": "2022-09-16T10:37:10",
    "submitter": {
        "id": 105,
        "url": "https://patchwork.libcamera.org/api/1.1/people/105/?format=api",
        "name": "Kate Hsuan",
        "email": "hpa@redhat.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3489/mbox/",
    "cover_letter": {
        "id": 17374,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/17374/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17374/",
        "msgid": "<20220916103713.21132-1-hpa@redhat.com>",
        "date": "2022-09-16T10:37:10",
        "name": "[libcamera-devel,0/3] Basic AF control for IPU3",
        "mbox": "https://patchwork.libcamera.org/cover/17374/mbox/"
    },
    "patches": [
        {
            "id": 17375,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17375/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17375/",
            "msgid": "<20220916103713.21132-2-hpa@redhat.com>",
            "date": "2022-09-16T10:37:11",
            "name": "[libcamera-devel,1/3] ipu3: Registering AF controls",
            "mbox": "https://patchwork.libcamera.org/patch/17375/mbox/"
        },
        {
            "id": 17376,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17376/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17376/",
            "msgid": "<20220916103713.21132-3-hpa@redhat.com>",
            "date": "2022-09-16T10:37:12",
            "name": "[libcamera-devel,2/3] ipa: ipu3: Drive requestQueue when controls are accepted",
            "mbox": "https://patchwork.libcamera.org/patch/17376/mbox/"
        },
        {
            "id": 17377,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17377/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17377/",
            "msgid": "<20220916103713.21132-4-hpa@redhat.com>",
            "date": "2022-09-16T10:37:13",
            "name": "[libcamera-devel,3/3] ipa: ipu3: af: AfMode and LensPosition control implementation",
            "mbox": "https://patchwork.libcamera.org/patch/17377/mbox/"
        }
    ]
}