Show a series.

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

{
    "id": 1734,
    "url": "https://patchwork.libcamera.org/api/series/1734/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1734",
    "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-01T13:31:54",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 3,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1734/mbox/",
    "cover_letter": {
        "id": 11412,
        "url": "https://patchwork.libcamera.org/api/covers/11412/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11412/",
        "msgid": "<20210301133159.4179129-1-naush@raspberrypi.com>",
        "date": "2021-03-01T13:31:54",
        "name": "[libcamera-devel,v3,0/5] DelayedControls updates and fixes",
        "mbox": "https://patchwork.libcamera.org/cover/11412/mbox/"
    },
    "patches": [
        {
            "id": 11413,
            "url": "https://patchwork.libcamera.org/api/patches/11413/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11413/",
            "msgid": "<20210301133159.4179129-2-naush@raspberrypi.com>",
            "date": "2021-03-01T13:31:55",
            "name": "[libcamera-devel,v3,1/5] libcamera: delayed_controls: Add notion of priority write",
            "mbox": "https://patchwork.libcamera.org/patch/11413/mbox/"
        },
        {
            "id": 11414,
            "url": "https://patchwork.libcamera.org/api/patches/11414/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11414/",
            "msgid": "<20210301133159.4179129-3-naush@raspberrypi.com>",
            "date": "2021-03-01T13:31:56",
            "name": "[libcamera-devel,v3,2/5] utils: raspberrypi: Add a DelayedControls log parser",
            "mbox": "https://patchwork.libcamera.org/patch/11414/mbox/"
        },
        {
            "id": 11415,
            "url": "https://patchwork.libcamera.org/api/patches/11415/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11415/",
            "msgid": "<20210301133159.4179129-4-naush@raspberrypi.com>",
            "date": "2021-03-01T13:31:57",
            "name": "[libcamera-devel,v3,3/5] libcamera: delayed_controls: Remove unneeded write when starting up",
            "mbox": "https://patchwork.libcamera.org/patch/11415/mbox/"
        },
        {
            "id": 11416,
            "url": "https://patchwork.libcamera.org/api/patches/11416/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11416/",
            "msgid": "<20210301133159.4179129-5-naush@raspberrypi.com>",
            "date": "2021-03-01T13:31:58",
            "name": "[libcamera-devel,v3,4/5] libcamera: delayed_controls: Remove spurious no-op queued controls",
            "mbox": "https://patchwork.libcamera.org/patch/11416/mbox/"
        },
        {
            "id": 11417,
            "url": "https://patchwork.libcamera.org/api/patches/11417/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11417/",
            "msgid": "<20210301133159.4179129-6-naush@raspberrypi.com>",
            "date": "2021-03-01T13:31:59",
            "name": "[libcamera-devel,v3,5/5] libcamera: delayed_controls: Fix off-by-one error in get()",
            "mbox": "https://patchwork.libcamera.org/patch/11417/mbox/"
        }
    ]
}