Show a series.

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

{
    "id": 156,
    "url": "https://patchwork.libcamera.org/api/series/156/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=156",
    "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 basic support for streams and format configuration",
    "date": "2019-01-30T11:56:09",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 5,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/156/mbox/",
    "cover_letter": {
        "id": 446,
        "url": "https://patchwork.libcamera.org/api/covers/446/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/446/",
        "msgid": "<20190130115615.17362-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-01-30T11:56:09",
        "name": "[libcamera-devel,v5,0/6] libcamera: add basic support for streams and format configuration",
        "mbox": "https://patchwork.libcamera.org/cover/446/mbox/"
    },
    "patches": [
        {
            "id": 447,
            "url": "https://patchwork.libcamera.org/api/patches/447/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/447/",
            "msgid": "<20190130115615.17362-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-30T11:56:10",
            "name": "[libcamera-devel,v5,1/6] libcamera: stream: add initial Stream class",
            "mbox": "https://patchwork.libcamera.org/patch/447/mbox/"
        },
        {
            "id": 448,
            "url": "https://patchwork.libcamera.org/api/patches/448/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/448/",
            "msgid": "<20190130115615.17362-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-30T11:56:11",
            "name": "[libcamera-devel,v5,2/6] libcamera: stream: add initial StreamConfiguration structure",
            "mbox": "https://patchwork.libcamera.org/patch/448/mbox/"
        },
        {
            "id": 449,
            "url": "https://patchwork.libcamera.org/api/patches/449/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/449/",
            "msgid": "<20190130115615.17362-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-30T11:56:12",
            "name": "[libcamera-devel,v5,3/6] libcamera: camera: Add acquire() and release()",
            "mbox": "https://patchwork.libcamera.org/patch/449/mbox/"
        },
        {
            "id": 450,
            "url": "https://patchwork.libcamera.org/api/patches/450/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/450/",
            "msgid": "<20190130115615.17362-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-30T11:56:13",
            "name": "[libcamera-devel,v5,4/6] libcamera: camera: extend camera object to support streams",
            "mbox": "https://patchwork.libcamera.org/patch/450/mbox/"
        },
        {
            "id": 451,
            "url": "https://patchwork.libcamera.org/api/patches/451/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/451/",
            "msgid": "<20190130115615.17362-6-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-30T11:56:14",
            "name": "[libcamera-devel,v5,5/6] libcamera: pipeline: extend pipelines to support stream configuration",
            "mbox": "https://patchwork.libcamera.org/patch/451/mbox/"
        },
        {
            "id": 452,
            "url": "https://patchwork.libcamera.org/api/patches/452/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/452/",
            "msgid": "<20190130115615.17362-7-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-30T11:56:15",
            "name": "[libcamera-devel,v5,6/6] libcamera: camera: extend camera object to support configuration of streams",
            "mbox": "https://patchwork.libcamera.org/patch/452/mbox/"
        }
    ]
}