Show a series.

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

{
    "id": 117,
    "url": "https://patchwork.libcamera.org/api/series/117/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=117",
    "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 association between Camera and PipelineHandlers",
    "date": "2019-01-22T23:29:52",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/117/mbox/",
    "cover_letter": {
        "id": 330,
        "url": "https://patchwork.libcamera.org/api/covers/330/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/330/",
        "msgid": "<20190122232955.31783-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-01-22T23:29:52",
        "name": "[libcamera-devel,0/3] libcamera: add association between Camera and PipelineHandlers",
        "mbox": "https://patchwork.libcamera.org/cover/330/mbox/"
    },
    "patches": [
        {
            "id": 331,
            "url": "https://patchwork.libcamera.org/api/patches/331/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/331/",
            "msgid": "<20190122232955.31783-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-22T23:29:53",
            "name": "[libcamera-devel,1/3] libcamera: camera: create a association with the responsible pipeline handler",
            "mbox": "https://patchwork.libcamera.org/patch/331/mbox/"
        },
        {
            "id": 332,
            "url": "https://patchwork.libcamera.org/api/patches/332/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/332/",
            "msgid": "<20190122232955.31783-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-22T23:29:54",
            "name": "[libcamera-devel,2/3] libcamera: pipelines: keep reference to cameras created",
            "mbox": "https://patchwork.libcamera.org/patch/332/mbox/"
        },
        {
            "id": 333,
            "url": "https://patchwork.libcamera.org/api/patches/333/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/333/",
            "msgid": "<20190122232955.31783-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-22T23:29:55",
            "name": "[libcamera-devel,3/3] libcamera: camera: add method to disconnect camera",
            "mbox": "https://patchwork.libcamera.org/patch/333/mbox/"
        }
    ]
}