Show a series.

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

{
    "id": 3304,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3304/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3304",
    "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/2] licamera: controls: Drop unnecessary template qualifiers in documentation",
    "date": "2022-07-19T21:02:57",
    "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": 2,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3304/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 16693,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16693/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16693/",
            "msgid": "<20220719210258.5602-1-laurent.pinchart@ideasonboard.com>",
            "date": "2022-07-19T21:02:57",
            "name": "[libcamera-devel,1/2] licamera: controls: Drop unnecessary template qualifiers in documentation",
            "mbox": "https://patchwork.libcamera.org/patch/16693/mbox/"
        },
        {
            "id": 16694,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16694/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16694/",
            "msgid": "<20220719210258.5602-2-laurent.pinchart@ideasonboard.com>",
            "date": "2022-07-19T21:02:58",
            "name": "[libcamera-devel,2/2] licamera: controls: Update ControlList::get() documentation",
            "mbox": "https://patchwork.libcamera.org/patch/16694/mbox/"
        },
        {
            "id": 16695,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16695/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16695/",
            "msgid": "<20220719213314.11717-1-laurent.pinchart@ideasonboard.com>",
            "date": "2022-07-19T21:33:13",
            "name": "[libcamera-devel,3/2] test: control_list: Use get() to test for control presence",
            "mbox": "https://patchwork.libcamera.org/patch/16695/mbox/"
        },
        {
            "id": 16696,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16696/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16696/",
            "msgid": "<20220719213314.11717-2-laurent.pinchart@ideasonboard.com>",
            "date": "2022-07-19T21:33:14",
            "name": "[libcamera-devel,4/2] libcamera: controls: Drop ControlList::contains()",
            "mbox": "https://patchwork.libcamera.org/patch/16696/mbox/"
        }
    ]
}