Show a series.

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

{
    "id": 810,
    "url": "https://patchwork.libcamera.org/api/series/810/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=810",
    "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": "More coverity scan fixes",
    "date": "2020-04-15T05:45:14",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/810/mbox/",
    "cover_letter": {
        "id": 3464,
        "url": "https://patchwork.libcamera.org/api/covers/3464/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/3464/",
        "msgid": "<20200415054503.13108-1-email@uajain.com>",
        "date": "2020-04-15T05:45:14",
        "name": "[libcamera-devel,v2,0/2] More coverity scan fixes",
        "mbox": "https://patchwork.libcamera.org/cover/3464/mbox/"
    },
    "patches": [
        {
            "id": 3465,
            "url": "https://patchwork.libcamera.org/api/patches/3465/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3465/",
            "msgid": "<20200415054503.13108-2-email@uajain.com>",
            "date": "2020-04-15T05:45:20",
            "name": "[libcamera-devel,v2,1/2] libcamera: camera: Return -EINVAL if any stream is null while configure()",
            "mbox": "https://patchwork.libcamera.org/patch/3465/mbox/"
        },
        {
            "id": 3466,
            "url": "https://patchwork.libcamera.org/api/patches/3466/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3466/",
            "msgid": "<20200415054503.13108-3-email@uajain.com>",
            "date": "2020-04-15T05:45:21",
            "name": "[libcamera-devel,v2,2/2] test: v4l2_videodevice: buffer_cache: Fail the test if no hot-buffer is obtained",
            "mbox": "https://patchwork.libcamera.org/patch/3466/mbox/"
        }
    ]
}