Show a series.

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

{
    "id": 1103,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1103/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1103",
    "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,v2,1/4] libcamera: file: Add read/write support",
    "date": "2020-07-14T09:09:33",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/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/1103/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 8771,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8771/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8771/",
            "msgid": "<20200714090936.9562-1-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-14T09:09:33",
            "name": "[libcamera-devel,v2,1/4] libcamera: file: Add read/write support",
            "mbox": "https://patchwork.libcamera.org/patch/8771/mbox/"
        },
        {
            "id": 8772,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8772/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8772/",
            "msgid": "<20200714090936.9562-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-14T09:09:34",
            "name": "[libcamera-devel,v2,2/4] test: file: Add read/write tests",
            "mbox": "https://patchwork.libcamera.org/patch/8772/mbox/"
        },
        {
            "id": 8773,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8773/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8773/",
            "msgid": "<20200714090936.9562-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-14T09:09:35",
            "name": "[libcamera-devel,v2,3/4] test: file: Add file creation test",
            "mbox": "https://patchwork.libcamera.org/patch/8773/mbox/"
        },
        {
            "id": 8774,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8774/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8774/",
            "msgid": "<20200714090936.9562-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-14T09:09:36",
            "name": "[libcamera-devel,v2,4/4] libcamera: file: Create the file on open() if it doesn't exist",
            "mbox": "https://patchwork.libcamera.org/patch/8774/mbox/"
        }
    ]
}