Show a series.

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

{
    "id": 892,
    "url": "https://patchwork.libcamera.org/api/series/892/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=892",
    "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": "raspberrypi: FPS control",
    "date": "2020-05-11T10:01:48",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/892/mbox/",
    "cover_letter": {
        "id": 3747,
        "url": "https://patchwork.libcamera.org/api/covers/3747/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/3747/",
        "msgid": "<20200511100150.5205-1-naush@raspberrypi.com>",
        "date": "2020-05-11T10:01:48",
        "name": "[libcamera-devel,0/2] raspberrypi: FPS control",
        "mbox": "https://patchwork.libcamera.org/cover/3747/mbox/"
    },
    "patches": [
        {
            "id": 3748,
            "url": "https://patchwork.libcamera.org/api/patches/3748/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3748/",
            "msgid": "<20200511100150.5205-2-naush@raspberrypi.com>",
            "date": "2020-05-11T10:01:49",
            "name": "[libcamera-devel,1/2] libcamera: raspberrypi: Add control of sensor vblanking",
            "mbox": "https://patchwork.libcamera.org/patch/3748/mbox/"
        },
        {
            "id": 3749,
            "url": "https://patchwork.libcamera.org/api/patches/3749/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3749/",
            "msgid": "<20200511100150.5205-3-naush@raspberrypi.com>",
            "date": "2020-05-11T10:01:50",
            "name": "[libcamera-devel,2/2] libcamera: raspberrypi: Limit the maximum framerate to 30.0fps",
            "mbox": "https://patchwork.libcamera.org/patch/3749/mbox/"
        }
    ]
}