Show a series.

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

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