Show a series.

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

{
    "id": 1172,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1172/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1172",
    "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: object: Add deleteLater() support",
    "date": "2020-07-31T18:14:13",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 4,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1172/mbox/",
    "cover_letter": {
        "id": 9118,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/9118/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9118/",
        "msgid": "<20200731181410.99892-1-email@uajain.com>",
        "date": "2020-07-31T18:14:13",
        "name": "[libcamera-devel,v4,0/4] libcamera: object: Add deleteLater() support",
        "mbox": "https://patchwork.libcamera.org/cover/9118/mbox/"
    },
    "patches": [
        {
            "id": 9119,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9119/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9119/",
            "msgid": "<20200731181410.99892-2-email@uajain.com>",
            "date": "2020-07-31T18:14:14",
            "name": "[libcamera-devel,v4,1/4] libcamera: thread: Support selective message dispatch to thread",
            "mbox": "https://patchwork.libcamera.org/patch/9119/mbox/"
        },
        {
            "id": 9120,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9120/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9120/",
            "msgid": "<20200731181410.99892-3-email@uajain.com>",
            "date": "2020-07-31T18:14:15",
            "name": "[libcamera-devel,v4,2/4] libcamera: object: Add deleteLater() support",
            "mbox": "https://patchwork.libcamera.org/patch/9120/mbox/"
        },
        {
            "id": 9121,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9121/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9121/",
            "msgid": "<20200731181410.99892-4-email@uajain.com>",
            "date": "2020-07-31T18:14:18",
            "name": "[libcamera-devel,v4,3/4] tests: Add a test case for the Object::deleteLater() API, to verify",
            "mbox": "https://patchwork.libcamera.org/patch/9121/mbox/"
        },
        {
            "id": 9122,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9122/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9122/",
            "msgid": "<20200731181410.99892-5-email@uajain.com>",
            "date": "2020-07-31T18:14:20",
            "name": "[libcamera-devel,v4,4/4] libcamera: camera: Ensure deletion via deleteLater()",
            "mbox": "https://patchwork.libcamera.org/patch/9122/mbox/"
        }
    ]
}