Show a series.

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

{
    "id": 3072,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3072/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3072",
    "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": "Python bindings",
    "date": "2022-04-26T11:02:32",
    "submitter": {
        "id": 109,
        "url": "https://patchwork.libcamera.org/api/1.1/people/109/?format=api",
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ideasonboard.com"
    },
    "version": 6,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3072/mbox/",
    "cover_letter": {
        "id": 15723,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15723/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15723/",
        "msgid": "<20220426110236.104511-1-tomi.valkeinen@ideasonboard.com>",
        "date": "2022-04-26T11:02:32",
        "name": "[libcamera-devel,v6,0/4] Python bindings",
        "mbox": "https://patchwork.libcamera.org/cover/15723/mbox/"
    },
    "patches": [
        {
            "id": 15724,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15724/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15724/",
            "msgid": "<20220426110236.104511-2-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-04-26T11:02:33",
            "name": "[libcamera-devel,v6,1/4] Add Python bindings",
            "mbox": "https://patchwork.libcamera.org/patch/15724/mbox/"
        },
        {
            "id": 15725,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15725/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15725/",
            "msgid": "<20220426110236.104511-3-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-04-26T11:02:34",
            "name": "[libcamera-devel,v6,2/4] py: generate control enums from yaml",
            "mbox": "https://patchwork.libcamera.org/patch/15725/mbox/"
        },
        {
            "id": 15726,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15726/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15726/",
            "msgid": "<20220426110236.104511-4-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-04-26T11:02:35",
            "name": "[libcamera-devel,v6,3/4] py: add unittests.py",
            "mbox": "https://patchwork.libcamera.org/patch/15726/mbox/"
        },
        {
            "id": 15727,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15727/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15727/",
            "msgid": "<20220426110236.104511-5-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-04-26T11:02:36",
            "name": "[libcamera-devel,v6,4/4] py: Add cam.py",
            "mbox": "https://patchwork.libcamera.org/patch/15727/mbox/"
        }
    ]
}