Show a series.

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

{
    "id": 2286,
    "url": "https://patchwork.libcamera.org/api/series/2286/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2286",
    "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": "android: Handle internal UVC cameras",
    "date": "2021-07-28T07:37:57",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2286/mbox/",
    "cover_letter": {
        "id": 13134,
        "url": "https://patchwork.libcamera.org/api/covers/13134/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/13134/",
        "msgid": "<20210728073800.93745-1-umang.jain@ideasonboard.com>",
        "date": "2021-07-28T07:37:57",
        "name": "[libcamera-devel,v2,0/3] android: Handle internal UVC cameras",
        "mbox": "https://patchwork.libcamera.org/cover/13134/mbox/"
    },
    "patches": [
        {
            "id": 13135,
            "url": "https://patchwork.libcamera.org/api/patches/13135/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13135/",
            "msgid": "<20210728073800.93745-2-umang.jain@ideasonboard.com>",
            "date": "2021-07-28T07:37:58",
            "name": "[libcamera-devel,v2,1/3] android: Instantiate CameraDevice after checking HAL config validity",
            "mbox": "https://patchwork.libcamera.org/patch/13135/mbox/"
        },
        {
            "id": 13136,
            "url": "https://patchwork.libcamera.org/api/patches/13136/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13136/",
            "msgid": "<20210728073800.93745-3-umang.jain@ideasonboard.com>",
            "date": "2021-07-28T07:37:59",
            "name": "[libcamera-devel,v2,2/3] android: Override camera is \"Internal\" provided if found on HAL config",
            "mbox": "https://patchwork.libcamera.org/patch/13136/mbox/"
        },
        {
            "id": 13137,
            "url": "https://patchwork.libcamera.org/api/patches/13137/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13137/",
            "msgid": "<20210728073800.93745-4-umang.jain@ideasonboard.com>",
            "date": "2021-07-28T07:38:00",
            "name": "[libcamera-devel,v2,3/3] android: nautilus: Add camera HAL configuration",
            "mbox": "https://patchwork.libcamera.org/patch/13137/mbox/"
        }
    ]
}