Show a series.

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

{
    "id": 2782,
    "url": "https://patchwork.libcamera.org/api/series/2782/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2782",
    "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 Lens class and apply auto focus on ipu3",
    "date": "2021-11-30T10:51:53",
    "submitter": {
        "id": 98,
        "url": "https://patchwork.libcamera.org/api/people/98/?format=api",
        "name": "Hanlin Chen",
        "email": "hanlinchen@chromium.org"
    },
    "version": 6,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2782/mbox/",
    "cover_letter": {
        "id": 14886,
        "url": "https://patchwork.libcamera.org/api/covers/14886/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14886/",
        "msgid": "<20211130105157.203856-1-hanlinchen@chromium.org>",
        "date": "2021-11-30T10:51:53",
        "name": "[libcamera-devel,v6,0/4] Introduce Lens class and apply auto focus on ipu3",
        "mbox": "https://patchwork.libcamera.org/cover/14886/mbox/"
    },
    "patches": [
        {
            "id": 14887,
            "url": "https://patchwork.libcamera.org/api/patches/14887/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14887/",
            "msgid": "<20211130105157.203856-2-hanlinchen@chromium.org>",
            "date": "2021-11-30T10:51:54",
            "name": "[libcamera-devel,v6,1/4] ipa: ipu3: Extend ipu3 ipa interface for lens controls",
            "mbox": "https://patchwork.libcamera.org/patch/14887/mbox/"
        },
        {
            "id": 14888,
            "url": "https://patchwork.libcamera.org/api/patches/14888/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14888/",
            "msgid": "<20211130105157.203856-3-hanlinchen@chromium.org>",
            "date": "2021-11-30T10:51:55",
            "name": "[libcamera-devel,v6,2/4] libcamera: add model() for retriving model name in V4L2Subdevice",
            "mbox": "https://patchwork.libcamera.org/patch/14888/mbox/"
        },
        {
            "id": 14889,
            "url": "https://patchwork.libcamera.org/api/patches/14889/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14889/",
            "msgid": "<20211130105157.203856-4-hanlinchen@chromium.org>",
            "date": "2021-11-30T10:51:56",
            "name": "[libcamera-devel,v6,3/4] libcamera: camera_lens: Add a new class to model a camera lens",
            "mbox": "https://patchwork.libcamera.org/patch/14889/mbox/"
        },
        {
            "id": 14890,
            "url": "https://patchwork.libcamera.org/api/patches/14890/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14890/",
            "msgid": "<20211130105157.203856-5-hanlinchen@chromium.org>",
            "date": "2021-11-30T10:51:57",
            "name": "[libcamera-devel,v6,4/4] ipu3: ipa: Allow IPA to apply controls to the lens device",
            "mbox": "https://patchwork.libcamera.org/patch/14890/mbox/"
        }
    ]
}