Show a series.

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

{
    "id": 3083,
    "url": "https://patchwork.libcamera.org/api/series/3083/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3083",
    "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": "Sequence Observer",
    "date": "2022-04-29T19:34:31",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3083/mbox/",
    "cover_letter": {
        "id": 15750,
        "url": "https://patchwork.libcamera.org/api/covers/15750/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15750/",
        "msgid": "<20220429193434.167990-1-kieran.bingham@ideasonboard.com>",
        "date": "2022-04-29T19:34:31",
        "name": "[libcamera-devel,0/3] Sequence Observer",
        "mbox": "https://patchwork.libcamera.org/cover/15750/mbox/"
    },
    "patches": [
        {
            "id": 15751,
            "url": "https://patchwork.libcamera.org/api/patches/15751/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15751/",
            "msgid": "<20220429193434.167990-2-kieran.bingham@ideasonboard.com>",
            "date": "2022-04-29T19:34:32",
            "name": "[libcamera-devel,1/3] libcamera: Add sequence value observer",
            "mbox": "https://patchwork.libcamera.org/patch/15751/mbox/"
        },
        {
            "id": 15752,
            "url": "https://patchwork.libcamera.org/api/patches/15752/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15752/",
            "msgid": "<20220429193434.167990-3-kieran.bingham@ideasonboard.com>",
            "date": "2022-04-29T19:34:33",
            "name": "[libcamera-devel,2/3] test: Add Sequence observer tests",
            "mbox": "https://patchwork.libcamera.org/patch/15752/mbox/"
        },
        {
            "id": 15753,
            "url": "https://patchwork.libcamera.org/api/patches/15753/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15753/",
            "msgid": "<20220429193434.167990-4-kieran.bingham@ideasonboard.com>",
            "date": "2022-04-29T19:34:34",
            "name": "[libcamera-devel,3/3] libcamera: v4l2: Detect frame drops on V4L2VideoDevice",
            "mbox": "https://patchwork.libcamera.org/patch/15753/mbox/"
        }
    ]
}