Show a series.

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

{
    "id": 90,
    "url": "https://patchwork.libcamera.org/api/series/90/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=90",
    "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": "Object lifetime management",
    "date": "2019-01-17T23:59:12",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/90/mbox/",
    "cover_letter": {
        "id": 266,
        "url": "https://patchwork.libcamera.org/api/covers/266/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/266/",
        "msgid": "<20190117235916.1906-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-01-17T23:59:12",
        "name": "[libcamera-devel,0/4] Object lifetime management",
        "mbox": "https://patchwork.libcamera.org/cover/266/mbox/"
    },
    "patches": [
        {
            "id": 267,
            "url": "https://patchwork.libcamera.org/api/patches/267/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/267/",
            "msgid": "<20190117235916.1906-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-17T23:59:13",
            "name": "[libcamera-devel,1/4] Documentation: coding_style: Add object ownership rules",
            "mbox": "https://patchwork.libcamera.org/patch/267/mbox/"
        },
        {
            "id": 268,
            "url": "https://patchwork.libcamera.org/api/patches/268/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/268/",
            "msgid": "<20190117235916.1906-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-17T23:59:14",
            "name": "[libcamera-devel,2/4] libcamera: camera_manager: Use std::unique_ptr to store event dispatcher",
            "mbox": "https://patchwork.libcamera.org/patch/268/mbox/"
        },
        {
            "id": 269,
            "url": "https://patchwork.libcamera.org/api/patches/269/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/269/",
            "msgid": "<20190117235916.1906-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-17T23:59:15",
            "name": "[libcamera-devel,3/4] libcamera: camera_manager: Register cameras with the camera manager",
            "mbox": "https://patchwork.libcamera.org/patch/269/mbox/"
        },
        {
            "id": 270,
            "url": "https://patchwork.libcamera.org/api/patches/270/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/270/",
            "msgid": "<20190117235916.1906-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-17T23:59:16",
            "name": "[libcamera-devel,4/4] libcamera: camera: Handle camera objects through shared pointers",
            "mbox": "https://patchwork.libcamera.org/patch/270/mbox/"
        }
    ]
}