Show a series.

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

{
    "id": 1143,
    "url": "https://patchwork.libcamera.org/api/series/1143/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1143",
    "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": "libcamera: Add type-safe enum-based flags",
    "date": "2020-07-24T23:08:39",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1143/mbox/",
    "cover_letter": {
        "id": 8991,
        "url": "https://patchwork.libcamera.org/api/covers/8991/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/8991/",
        "msgid": "<20200724230841.27838-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-07-24T23:08:39",
        "name": "[libcamera-devel,0/2] libcamera: Add type-safe enum-based flags",
        "mbox": "https://patchwork.libcamera.org/cover/8991/mbox/"
    },
    "patches": [
        {
            "id": 8992,
            "url": "https://patchwork.libcamera.org/api/patches/8992/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8992/",
            "msgid": "<20200724230841.27838-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-24T23:08:40",
            "name": "[libcamera-devel,1/2] libcamera: flags: Add type-safe enum-based flags",
            "mbox": "https://patchwork.libcamera.org/patch/8992/mbox/"
        },
        {
            "id": 8993,
            "url": "https://patchwork.libcamera.org/api/patches/8993/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8993/",
            "msgid": "<20200724230841.27838-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-24T23:08:41",
            "name": "[libcamera-devel,2/2] test: Add tests for the Flags class",
            "mbox": "https://patchwork.libcamera.org/patch/8993/mbox/"
        },
        {
            "id": 8994,
            "url": "https://patchwork.libcamera.org/api/patches/8994/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8994/",
            "msgid": "<20200724231909.29464-1-laurent.pinchart@ideasonboard.com>",
            "date": "2020-07-24T23:19:09",
            "name": "[libcamera-devel,3/2] libcamera: file: Use Flags<> class for map flags",
            "mbox": "https://patchwork.libcamera.org/patch/8994/mbox/"
        }
    ]
}