Show a series.

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

{
    "id": 3102,
    "url": "https://patchwork.libcamera.org/api/series/3102/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3102",
    "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-09T10:10:16",
    "submitter": {
        "id": 109,
        "url": "https://patchwork.libcamera.org/api/people/109/?format=api",
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ideasonboard.com"
    },
    "version": 10,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3102/mbox/",
    "cover_letter": {
        "id": 15829,
        "url": "https://patchwork.libcamera.org/api/covers/15829/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15829/",
        "msgid": "<20220509101023.35569-1-tomi.valkeinen@ideasonboard.com>",
        "date": "2022-05-09T10:10:16",
        "name": "[libcamera-devel,v10,0/7] Python bindings",
        "mbox": "https://patchwork.libcamera.org/cover/15829/mbox/"
    },
    "patches": [
        {
            "id": 15830,
            "url": "https://patchwork.libcamera.org/api/patches/15830/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15830/",
            "msgid": "<20220509101023.35569-2-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-09T10:10:17",
            "name": "[libcamera-devel,v10,1/7] meson: require meson 0.56+",
            "mbox": "https://patchwork.libcamera.org/patch/15830/mbox/"
        },
        {
            "id": 15831,
            "url": "https://patchwork.libcamera.org/api/patches/15831/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15831/",
            "msgid": "<20220509101023.35569-3-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-09T10:10:18",
            "name": "[libcamera-devel,v10,2/7] meson: use new project_*_root() functions",
            "mbox": "https://patchwork.libcamera.org/patch/15831/mbox/"
        },
        {
            "id": 15832,
            "url": "https://patchwork.libcamera.org/api/patches/15832/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15832/",
            "msgid": "<20220509101023.35569-4-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-09T10:10:19",
            "name": "[libcamera-devel,v10,3/7] meson: add 'check: true' for run_command() calls",
            "mbox": "https://patchwork.libcamera.org/patch/15832/mbox/"
        },
        {
            "id": 15833,
            "url": "https://patchwork.libcamera.org/api/patches/15833/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15833/",
            "msgid": "<20220509101023.35569-5-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-09T10:10:20",
            "name": "[libcamera-devel,v10,4/7] Add Python bindings",
            "mbox": "https://patchwork.libcamera.org/patch/15833/mbox/"
        },
        {
            "id": 15834,
            "url": "https://patchwork.libcamera.org/api/patches/15834/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15834/",
            "msgid": "<20220509101023.35569-6-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-09T10:10:21",
            "name": "[libcamera-devel,v10,5/7] py: generate control enums from yaml",
            "mbox": "https://patchwork.libcamera.org/patch/15834/mbox/"
        },
        {
            "id": 15835,
            "url": "https://patchwork.libcamera.org/api/patches/15835/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15835/",
            "msgid": "<20220509101023.35569-7-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-09T10:10:22",
            "name": "[libcamera-devel,v10,6/7] py: add unittests.py",
            "mbox": "https://patchwork.libcamera.org/patch/15835/mbox/"
        },
        {
            "id": 15836,
            "url": "https://patchwork.libcamera.org/api/patches/15836/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15836/",
            "msgid": "<20220509101023.35569-8-tomi.valkeinen@ideasonboard.com>",
            "date": "2022-05-09T10:10:23",
            "name": "[libcamera-devel,v10,7/7] py: Add cam.py",
            "mbox": "https://patchwork.libcamera.org/patch/15836/mbox/"
        }
    ]
}