Show a series.

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

{
    "id": 202,
    "url": "https://patchwork.libcamera.org/api/1.1/series/202/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=202",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "libcamera: Fix unmapping of buffers",
    "date": "2019-03-04T23:25:29",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/202/mbox/",
    "cover_letter": {
        "id": 703,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/703/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/703/",
        "msgid": "<20190304232530.4427-1-kieran.bingham@ideasonboard.com>",
        "date": "2019-03-04T23:25:28",
        "name": "[libcamera-devel,0/2] libcamera: Fix unmapping of buffers",
        "mbox": "https://patchwork.libcamera.org/cover/703/mbox/"
    },
    "patches": [
        {
            "id": 701,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/701/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/701/",
            "msgid": "<20190304232530.4427-2-kieran.bingham@ideasonboard.com>",
            "date": "2019-03-04T23:25:29",
            "name": "[libcamera-devel,1/2] libcamera: v4l2_device: Close Plane dmabuf fd",
            "mbox": "https://patchwork.libcamera.org/patch/701/mbox/"
        },
        {
            "id": 702,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/702/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/702/",
            "msgid": "<20190304232530.4427-3-kieran.bingham@ideasonboard.com>",
            "date": "2019-03-04T23:25:30",
            "name": "[libcamera-devel,2/2] libcamera: camera: Unmap buffers before release",
            "mbox": "https://patchwork.libcamera.org/patch/702/mbox/"
        }
    ]
}