Show a series.

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

{
    "id": 2206,
    "url": "https://patchwork.libcamera.org/api/series/2206/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2206",
    "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": "libcamera: Make Framebuffer class Extensible",
    "date": "2021-07-04T23:28:14",
    "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/2206/mbox/",
    "cover_letter": {
        "id": 12802,
        "url": "https://patchwork.libcamera.org/api/covers/12802/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12802/",
        "msgid": "<20210704232817.8205-1-laurent.pinchart@ideasonboard.com>",
        "date": "2021-07-04T23:28:14",
        "name": "[libcamera-devel,0/3] libcamera: Make Framebuffer class Extensible",
        "mbox": "https://patchwork.libcamera.org/cover/12802/mbox/"
    },
    "patches": [
        {
            "id": 12803,
            "url": "https://patchwork.libcamera.org/api/patches/12803/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12803/",
            "msgid": "<20210704232817.8205-2-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-04T23:28:15",
            "name": "[libcamera-devel,1/3] libcamera: base: class: Expose Extensible private data to other classes",
            "mbox": "https://patchwork.libcamera.org/patch/12803/mbox/"
        },
        {
            "id": 12804,
            "url": "https://patchwork.libcamera.org/api/patches/12804/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12804/",
            "msgid": "<20210704232817.8205-3-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-04T23:28:16",
            "name": "[libcamera-devel,2/3] libcamera: buffer: Rename buffer.h to framebuffer.h",
            "mbox": "https://patchwork.libcamera.org/patch/12804/mbox/"
        },
        {
            "id": 12805,
            "url": "https://patchwork.libcamera.org/api/patches/12805/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12805/",
            "msgid": "<20210704232817.8205-4-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-04T23:28:17",
            "name": "[libcamera-devel,3/3] libcamera: framebuffer: Make FrameBuffer class Extensible",
            "mbox": "https://patchwork.libcamera.org/patch/12805/mbox/"
        }
    ]
}