Show a series.

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

{
    "id": 3430,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3430/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3430",
    "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] libcamera: control: define an explicit default ControlInfo constructor",
    "date": "2022-08-21T12:43:42",
    "submitter": {
        "id": 111,
        "url": "https://patchwork.libcamera.org/api/1.1/people/111/?format=api",
        "name": "Christian Rauch",
        "email": "Rauch.Christian@gmx.de"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3430/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 17183,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17183/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17183/",
            "msgid": "<20220821124343.487963-1-Rauch.Christian@gmx.de>",
            "date": "2022-08-21T12:43:42",
            "name": "[libcamera-devel,1/2] libcamera: control: define an explicit default ControlInfo constructor",
            "mbox": "https://patchwork.libcamera.org/patch/17183/mbox/"
        },
        {
            "id": 17184,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17184/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17184/",
            "msgid": "<20220821124343.487963-2-Rauch.Christian@gmx.de>",
            "date": "2022-08-21T12:43:43",
            "name": "[libcamera-devel,2/2] libcamera: control: explicitly define default control values",
            "mbox": "https://patchwork.libcamera.org/patch/17184/mbox/"
        }
    ]
}