Show a series.

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

{
    "id": 1098,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1098/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1098",
    "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-devel,1/4] libcamera: file: Add read/write support",
    "date": "2020-07-12T14:44:16",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/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/1098/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 8745,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8745/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8745/",
            "msgid": "<20200712144419.21457-1-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-12T14:44:16",
            "name": "[libcamera-devel,1/4] libcamera: file: Add read/write support",
            "mbox": "https://patchwork.libcamera.org/patch/8745/mbox/"
        },
        {
            "id": 8746,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8746/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8746/",
            "msgid": "<20200712144419.21457-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-12T14:44:17",
            "name": "[libcamera-devel,2/4] test: file: Add read/write tests",
            "mbox": "https://patchwork.libcamera.org/patch/8746/mbox/"
        },
        {
            "id": 8747,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8747/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8747/",
            "msgid": "<20200712144419.21457-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-12T14:44:18",
            "name": "[libcamera-devel,3/4] test: file: Add file creation test",
            "mbox": "https://patchwork.libcamera.org/patch/8747/mbox/"
        },
        {
            "id": 8748,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8748/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8748/",
            "msgid": "<20200712144419.21457-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-12T14:44:19",
            "name": "[libcamera-devel,4/4] libcamera: file: Create the file on open() if it doesn't exist",
            "mbox": "https://patchwork.libcamera.org/patch/8748/mbox/"
        }
    ]
}