Show a series.

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

{
    "id": 15,
    "url": "https://patchwork.libcamera.org/api/1.1/series/15/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=15",
    "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/3] utils: ipu3: Abort when sensor or media device isn't found",
    "date": "2018-12-11T14:00:26",
    "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": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/15/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 27,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/27/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/27/",
            "msgid": "<20181211140028.25241-1-laurent.pinchart@ideasonboard.com>",
            "date": "2018-12-11T14:00:26",
            "name": "[libcamera-devel,1/3] utils: ipu3: Abort when sensor or media device isn't found",
            "mbox": "https://patchwork.libcamera.org/patch/27/mbox/"
        },
        {
            "id": 28,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/28/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/28/",
            "msgid": "<20181211140028.25241-2-laurent.pinchart@ideasonboard.com>",
            "date": "2018-12-11T14:00:27",
            "name": "[libcamera-devel,2/3] utils: ipu3: process: Fix typo in output files path",
            "mbox": "https://patchwork.libcamera.org/patch/28/mbox/"
        },
        {
            "id": 29,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/29/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/29/",
            "msgid": "<20181211140028.25241-3-laurent.pinchart@ideasonboard.com>",
            "date": "2018-12-11T14:00:28",
            "name": "[libcamera-devel,3/3] utils: ipu3: process: Configure formats on ImgU subdev pads",
            "mbox": "https://patchwork.libcamera.org/patch/29/mbox/"
        }
    ]
}