Show a series.

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

{
    "id": 807,
    "url": "https://patchwork.libcamera.org/api/1.1/series/807/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=807",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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 scans fixes",
    "date": "2020-04-14T07:06:52",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/807/mbox/",
    "cover_letter": {
        "id": 3456,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/3456/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/3456/",
        "msgid": "<20200414070642.22366-1-email@uajain.com>",
        "date": "2020-04-14T07:06:52",
        "name": "[libcamera-devel,0/3] More Coverity scans fixes",
        "mbox": "https://patchwork.libcamera.org/cover/3456/mbox/"
    },
    "patches": [
        {
            "id": 3457,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/3457/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3457/",
            "msgid": "<20200414070642.22366-2-email@uajain.com>",
            "date": "2020-04-14T07:06:57",
            "name": "[libcamera-devel,1/3] test: list-camera: Handle error on starting the CameraManager",
            "mbox": "https://patchwork.libcamera.org/patch/3457/mbox/"
        },
        {
            "id": 3458,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/3458/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3458/",
            "msgid": "<20200414070642.22366-3-email@uajain.com>",
            "date": "2020-04-14T07:06:58",
            "name": "[libcamera-devel,2/3] libcamera: camera: Exclude streams whose configuration cannot be updated",
            "mbox": "https://patchwork.libcamera.org/patch/3458/mbox/"
        },
        {
            "id": 3459,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/3459/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3459/",
            "msgid": "<20200414070642.22366-4-email@uajain.com>",
            "date": "2020-04-14T07:06:59",
            "name": "[libcamera-devel,3/3] test: v4l2_videodevice: buffer_cache: Fail the test if no buffer from cache is obtained",
            "mbox": "https://patchwork.libcamera.org/patch/3459/mbox/"
        }
    ]
}