Show a series.

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

{
    "id": 1757,
    "url": "https://patchwork.libcamera.org/api/series/1757/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1757",
    "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": "DelayedControls updates and fixes",
    "date": "2021-03-04T08:17:21",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 4,
    "total": 7,
    "received_total": 6,
    "received_all": false,
    "mbox": "https://patchwork.libcamera.org/series/1757/mbox/",
    "cover_letter": {
        "id": 11486,
        "url": "https://patchwork.libcamera.org/api/covers/11486/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11486/",
        "msgid": "<20210304081728.1058394-1-naush@raspberrypi.com>",
        "date": "2021-03-04T08:17:21",
        "name": "[libcamera-devel,v4,0/7] DelayedControls updates and fixes",
        "mbox": "https://patchwork.libcamera.org/cover/11486/mbox/"
    },
    "patches": [
        {
            "id": 11487,
            "url": "https://patchwork.libcamera.org/api/patches/11487/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11487/",
            "msgid": "<20210304081728.1058394-2-naush@raspberrypi.com>",
            "date": "2021-03-04T08:17:22",
            "name": "[libcamera-devel,v4,1/7] libcamera: delayed_controls: Add notion of priority write",
            "mbox": "https://patchwork.libcamera.org/patch/11487/mbox/"
        },
        {
            "id": 11488,
            "url": "https://patchwork.libcamera.org/api/patches/11488/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11488/",
            "msgid": "<20210304081728.1058394-3-naush@raspberrypi.com>",
            "date": "2021-03-04T08:17:23",
            "name": "[libcamera-devel,v4,2/7] utils: raspberrypi: Add a DelayedControls log parser",
            "mbox": "https://patchwork.libcamera.org/patch/11488/mbox/"
        },
        {
            "id": 11489,
            "url": "https://patchwork.libcamera.org/api/patches/11489/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11489/",
            "msgid": "<20210304081728.1058394-4-naush@raspberrypi.com>",
            "date": "2021-03-04T08:17:24",
            "name": "[libcamera-devel,v4,3/7] libcamera: delayed_controls: Remove unneeded write when starting up",
            "mbox": "https://patchwork.libcamera.org/patch/11489/mbox/"
        },
        {
            "id": 11490,
            "url": "https://patchwork.libcamera.org/api/patches/11490/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11490/",
            "msgid": "<20210304081728.1058394-5-naush@raspberrypi.com>",
            "date": "2021-03-04T08:17:25",
            "name": "[libcamera-devel,v4,4/7] libcamera: delayed_controls: Remove spurious no-op queued controls",
            "mbox": "https://patchwork.libcamera.org/patch/11490/mbox/"
        },
        {
            "id": 11491,
            "url": "https://patchwork.libcamera.org/api/patches/11491/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11491/",
            "msgid": "<20210304081728.1058394-6-naush@raspberrypi.com>",
            "date": "2021-03-04T08:17:26",
            "name": "[libcamera-devel,v4,5/7] libcamera: delayed_controls: Fix off-by-one error in get()",
            "mbox": "https://patchwork.libcamera.org/patch/11491/mbox/"
        },
        {
            "id": 11492,
            "url": "https://patchwork.libcamera.org/api/patches/11492/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11492/",
            "msgid": "<20210304081728.1058394-7-naush@raspberrypi.com>",
            "date": "2021-03-04T08:17:27",
            "name": "[libcamera-devel,v4,6/7] test: delayed_controls: Fixup tests after recent DelayedControls changes",
            "mbox": "https://patchwork.libcamera.org/patch/11492/mbox/"
        }
    ]
}