Show a series.

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

{
    "id": 1168,
    "url": "https://patchwork.libcamera.org/api/series/1168/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1168",
    "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": "Add Object::deleteLater() support",
    "date": "2020-07-31T13:39:52",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 3,
    "total": 3,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1168/mbox/",
    "cover_letter": {
        "id": 9087,
        "url": "https://patchwork.libcamera.org/api/covers/9087/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9087/",
        "msgid": "<20200731133947.84258-1-email@uajain.com>",
        "date": "2020-07-31T13:39:52",
        "name": "[libcamera-devel,v3,0/3] Add Object::deleteLater() support",
        "mbox": "https://patchwork.libcamera.org/cover/9087/mbox/"
    },
    "patches": [
        {
            "id": 9088,
            "url": "https://patchwork.libcamera.org/api/patches/9088/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9088/",
            "msgid": "<20200731133947.84258-2-email@uajain.com>",
            "date": "2020-07-31T13:39:53",
            "name": "[libcamera-devel,v3,1/3] libcamera: thread: Support selective message dispatch to thread",
            "mbox": "https://patchwork.libcamera.org/patch/9088/mbox/"
        },
        {
            "id": 9090,
            "url": "https://patchwork.libcamera.org/api/patches/9090/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9090/",
            "msgid": "<20200731133947.84258-4-email@uajain.com>",
            "date": "2020-07-31T13:39:55",
            "name": "[libcamera-devel,v3,3/3] libcamera: camera: Ensure deletion via deleteLater()",
            "mbox": "https://patchwork.libcamera.org/patch/9090/mbox/"
        },
        {
            "id": 9089,
            "url": "https://patchwork.libcamera.org/api/patches/9089/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9089/",
            "msgid": "<20200731133947.84258-3-email@uajain.com>",
            "date": "2020-07-31T13:39:55",
            "name": "[libcamera-devel,v3,2/3] libcamera: object: Add deleteLater() support",
            "mbox": "https://patchwork.libcamera.org/patch/9089/mbox/"
        },
        {
            "id": 9097,
            "url": "https://patchwork.libcamera.org/api/patches/9097/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9097/",
            "msgid": "<20200731151424.28003-1-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-31T15:14:24",
            "name": "[libcamera-devel,v3.1,4/3] test: Add Object::deleteLater() test",
            "mbox": "https://patchwork.libcamera.org/patch/9097/mbox/"
        }
    ]
}