Show a series.

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

{
    "id": 1167,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1167/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1167",
    "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": "Add Object::deleteLater() support",
    "date": "2020-07-31T10:53:41",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1167/mbox/",
    "cover_letter": {
        "id": 9084,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/9084/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9084/",
        "msgid": "<20200731105335.62014-1-email@uajain.com>",
        "date": "2020-07-31T10:53:41",
        "name": "[libcamera-devel,v2,0/3] Add Object::deleteLater() support",
        "mbox": "https://patchwork.libcamera.org/cover/9084/mbox/"
    },
    "patches": [
        {
            "id": 9083,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9083/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9083/",
            "msgid": "<20200731105335.62014-2-email@uajain.com>",
            "date": "2020-07-31T10:53:41",
            "name": "[libcamera-devel,v2,1/3] libcamera: thread: Support selective message dispatch to thread",
            "mbox": "https://patchwork.libcamera.org/patch/9083/mbox/"
        },
        {
            "id": 9085,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9085/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9085/",
            "msgid": "<20200731105335.62014-3-email@uajain.com>",
            "date": "2020-07-31T10:53:42",
            "name": "[libcamera-devel,v2,2/3] libcamera: object: Add deleteLater() support",
            "mbox": "https://patchwork.libcamera.org/patch/9085/mbox/"
        },
        {
            "id": 9086,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9086/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9086/",
            "msgid": "<20200731105335.62014-4-email@uajain.com>",
            "date": "2020-07-31T10:53:43",
            "name": "[libcamera-devel,v2,3/3] libcamera: camera: Ensure deletion via deleteLater()",
            "mbox": "https://patchwork.libcamera.org/patch/9086/mbox/"
        }
    ]
}