Show a series.

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

{
    "id": 3100,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3100/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3100",
    "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-05-07T10:11:45",
    "submitter": {
        "id": 109,
        "url": "https://patchwork.libcamera.org/api/1.1/people/109/?format=api",
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ideasonboard.com"
    },
    "version": 9,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3100/mbox/",
    "cover_letter": {
        "id": 15820,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15820/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15820/",
        "msgid": "<20220507101152.31412-1-tomi.valkeinen@ideasonboard.com>",
        "date": "2022-05-07T10:11:45",
        "name": "[libcamera-devel,v9,0/7] Python bindings",
        "mbox": "https://patchwork.libcamera.org/cover/15820/mbox/"
    },
    "patches": [
        {
            "id": 15821,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15821/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15821/",
            "msgid": "<20220507101152.31412-2-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-07T10:11:46",
            "name": "[libcamera-devel,v9,1/7] meson: require meson 0.56+",
            "mbox": "https://patchwork.libcamera.org/patch/15821/mbox/"
        },
        {
            "id": 15822,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15822/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15822/",
            "msgid": "<20220507101152.31412-3-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-07T10:11:47",
            "name": "[libcamera-devel,v9,2/7] meson: use new project_*_root() functions",
            "mbox": "https://patchwork.libcamera.org/patch/15822/mbox/"
        },
        {
            "id": 15823,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15823/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15823/",
            "msgid": "<20220507101152.31412-4-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-07T10:11:48",
            "name": "[libcamera-devel,v9,3/7] meson: add 'check: true' for run_command() calls",
            "mbox": "https://patchwork.libcamera.org/patch/15823/mbox/"
        },
        {
            "id": 15824,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15824/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15824/",
            "msgid": "<20220507101152.31412-5-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-07T10:11:49",
            "name": "[libcamera-devel,v9,4/7] Add Python bindings",
            "mbox": "https://patchwork.libcamera.org/patch/15824/mbox/"
        },
        {
            "id": 15825,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15825/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15825/",
            "msgid": "<20220507101152.31412-6-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-07T10:11:50",
            "name": "[libcamera-devel,v9,5/7] py: generate control enums from yaml",
            "mbox": "https://patchwork.libcamera.org/patch/15825/mbox/"
        },
        {
            "id": 15826,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15826/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15826/",
            "msgid": "<20220507101152.31412-7-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-07T10:11:51",
            "name": "[libcamera-devel,v9,6/7] py: add unittests.py",
            "mbox": "https://patchwork.libcamera.org/patch/15826/mbox/"
        },
        {
            "id": 15827,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15827/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15827/",
            "msgid": "<20220507101152.31412-8-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-07T10:11:52",
            "name": "[libcamera-devel,v9,7/7] py: Add cam.py",
            "mbox": "https://patchwork.libcamera.org/patch/15827/mbox/"
        }
    ]
}