Show a series.

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

{
    "id": 1683,
    "url": "https://patchwork.libcamera.org/api/series/1683/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1683",
    "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-02-12T11:33:07",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1683/mbox/",
    "cover_letter": {
        "id": 11253,
        "url": "https://patchwork.libcamera.org/api/covers/11253/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11253/",
        "msgid": "<20210212113312.239076-1-naush@raspberrypi.com>",
        "date": "2021-02-12T11:33:07",
        "name": "[libcamera-devel,0/5] DelayedControls updates and fixes",
        "mbox": "https://patchwork.libcamera.org/cover/11253/mbox/"
    },
    "patches": [
        {
            "id": 11254,
            "url": "https://patchwork.libcamera.org/api/patches/11254/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11254/",
            "msgid": "<20210212113312.239076-2-naush@raspberrypi.com>",
            "date": "2021-02-12T11:33:08",
            "name": "[libcamera-devel,1/5] libcamera: delayed_controls: Add notion of priority write",
            "mbox": "https://patchwork.libcamera.org/patch/11254/mbox/"
        },
        {
            "id": 11255,
            "url": "https://patchwork.libcamera.org/api/patches/11255/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11255/",
            "msgid": "<20210212113312.239076-3-naush@raspberrypi.com>",
            "date": "2021-02-12T11:33:09",
            "name": "[libcamera-devel,2/5] utils: raspberrypi: Add a DelayedControls log parser",
            "mbox": "https://patchwork.libcamera.org/patch/11255/mbox/"
        },
        {
            "id": 11256,
            "url": "https://patchwork.libcamera.org/api/patches/11256/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11256/",
            "msgid": "<20210212113312.239076-4-naush@raspberrypi.com>",
            "date": "2021-02-12T11:33:10",
            "name": "[libcamera-devel,3/5] libcamera: delayed_controls: Remove unneeded write when starting up",
            "mbox": "https://patchwork.libcamera.org/patch/11256/mbox/"
        },
        {
            "id": 11257,
            "url": "https://patchwork.libcamera.org/api/patches/11257/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11257/",
            "msgid": "<20210212113312.239076-5-naush@raspberrypi.com>",
            "date": "2021-02-12T11:33:11",
            "name": "[libcamera-devel,4/5] libcamera: delayed_controls: Remove spurious no-op queued controls",
            "mbox": "https://patchwork.libcamera.org/patch/11257/mbox/"
        },
        {
            "id": 11258,
            "url": "https://patchwork.libcamera.org/api/patches/11258/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11258/",
            "msgid": "<20210212113312.239076-6-naush@raspberrypi.com>",
            "date": "2021-02-12T11:33:12",
            "name": "[libcamera-devel,5/5] libcamera: delayed_controls: Fix off-by-one error in get()",
            "mbox": "https://patchwork.libcamera.org/patch/11258/mbox/"
        }
    ]
}