Show a series.

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

{
    "id": 3098,
    "url": "https://patchwork.libcamera.org/api/series/3098/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3098",
    "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": "Python bindings",
    "date": "2022-05-06T14:54:07",
    "submitter": {
        "id": 109,
        "url": "https://patchwork.libcamera.org/api/people/109/?format=api",
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ideasonboard.com"
    },
    "version": 8,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3098/mbox/",
    "cover_letter": {
        "id": 15811,
        "url": "https://patchwork.libcamera.org/api/covers/15811/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15811/",
        "msgid": "<20220506145414.99039-1-tomi.valkeinen@ideasonboard.com>",
        "date": "2022-05-06T14:54:07",
        "name": "[libcamera-devel,v8,0/7] Python bindings",
        "mbox": "https://patchwork.libcamera.org/cover/15811/mbox/"
    },
    "patches": [
        {
            "id": 15812,
            "url": "https://patchwork.libcamera.org/api/patches/15812/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15812/",
            "msgid": "<20220506145414.99039-2-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-06T14:54:08",
            "name": "[libcamera-devel,v8,1/7] meson: require meson 0.56+",
            "mbox": "https://patchwork.libcamera.org/patch/15812/mbox/"
        },
        {
            "id": 15813,
            "url": "https://patchwork.libcamera.org/api/patches/15813/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15813/",
            "msgid": "<20220506145414.99039-3-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-06T14:54:09",
            "name": "[libcamera-devel,v8,2/7] meson: use new project_*_root() functions",
            "mbox": "https://patchwork.libcamera.org/patch/15813/mbox/"
        },
        {
            "id": 15814,
            "url": "https://patchwork.libcamera.org/api/patches/15814/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15814/",
            "msgid": "<20220506145414.99039-4-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-06T14:54:10",
            "name": "[libcamera-devel,v8,3/7] meson: add 'check: true' for run_command() calls",
            "mbox": "https://patchwork.libcamera.org/patch/15814/mbox/"
        },
        {
            "id": 15815,
            "url": "https://patchwork.libcamera.org/api/patches/15815/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15815/",
            "msgid": "<20220506145414.99039-5-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-06T14:54:11",
            "name": "[libcamera-devel,v8,4/7] Add Python bindings",
            "mbox": "https://patchwork.libcamera.org/patch/15815/mbox/"
        },
        {
            "id": 15816,
            "url": "https://patchwork.libcamera.org/api/patches/15816/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15816/",
            "msgid": "<20220506145414.99039-6-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-06T14:54:12",
            "name": "[libcamera-devel,v8,5/7] py: generate control enums from yaml",
            "mbox": "https://patchwork.libcamera.org/patch/15816/mbox/"
        },
        {
            "id": 15817,
            "url": "https://patchwork.libcamera.org/api/patches/15817/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15817/",
            "msgid": "<20220506145414.99039-7-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-06T14:54:13",
            "name": "[libcamera-devel,v8,6/7] py: add unittests.py",
            "mbox": "https://patchwork.libcamera.org/patch/15817/mbox/"
        },
        {
            "id": 15818,
            "url": "https://patchwork.libcamera.org/api/patches/15818/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15818/",
            "msgid": "<20220506145414.99039-8-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-06T14:54:14",
            "name": "[libcamera-devel,v8,7/7] py: Add cam.py",
            "mbox": "https://patchwork.libcamera.org/patch/15818/mbox/"
        }
    ]
}