Show a series.

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

{
    "id": 1232,
    "url": "https://patchwork.libcamera.org/api/series/1232/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1232",
    "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": "v4l2: Miscellaneous cleanups",
    "date": "2020-08-22T13:46:02",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/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/1232/mbox/",
    "cover_letter": {
        "id": 9360,
        "url": "https://patchwork.libcamera.org/api/covers/9360/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9360/",
        "msgid": "<20200822134605.17666-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-08-22T13:46:02",
        "name": "[libcamera-devel,0/3] v4l2: Miscellaneous cleanups",
        "mbox": "https://patchwork.libcamera.org/cover/9360/mbox/"
    },
    "patches": [
        {
            "id": 9361,
            "url": "https://patchwork.libcamera.org/api/patches/9361/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9361/",
            "msgid": "<20200822134605.17666-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-08-22T13:46:03",
            "name": "[libcamera-devel,1/3] v4l2: camera_proxy: Pass const reference to setFmtFromConfig()",
            "mbox": "https://patchwork.libcamera.org/patch/9361/mbox/"
        },
        {
            "id": 9362,
            "url": "https://patchwork.libcamera.org/api/patches/9362/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9362/",
            "msgid": "<20200822134605.17666-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-08-22T13:46:04",
            "name": "[libcamera-devel,2/3] v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_format",
            "mbox": "https://patchwork.libcamera.org/patch/9362/mbox/"
        },
        {
            "id": 9363,
            "url": "https://patchwork.libcamera.org/api/patches/9363/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9363/",
            "msgid": "<20200822134605.17666-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-08-22T13:46:05",
            "name": "[libcamera-devel,3/3] v4l2: camera: Merge getStreamConfig() with open()",
            "mbox": "https://patchwork.libcamera.org/patch/9363/mbox/"
        }
    ]
}