Show a series.

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

{
    "id": 153,
    "url": "https://patchwork.libcamera.org/api/1.1/series/153/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=153",
    "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": "libcamera: add basic support for streams and format configuration",
    "date": "2019-01-29T02:00:43",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 4,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/153/mbox/",
    "cover_letter": {
        "id": 434,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/434/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/434/",
        "msgid": "<20190129020048.16774-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-01-29T02:00:42",
        "name": "[libcamera-devel,v4,0/6] libcamera: add basic support for streams and format configuration",
        "mbox": "https://patchwork.libcamera.org/cover/434/mbox/"
    },
    "patches": [
        {
            "id": 433,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/433/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/433/",
            "msgid": "<20190129020048.16774-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-29T02:00:43",
            "name": "[libcamera-devel,v4,1/6] libcamera: stream: add initial Stream class",
            "mbox": "https://patchwork.libcamera.org/patch/433/mbox/"
        },
        {
            "id": 435,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/435/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/435/",
            "msgid": "<20190129020048.16774-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-29T02:00:44",
            "name": "[libcamera-devel,v4,2/6] libcamera: stream: add initial StreamConfiguration structure",
            "mbox": "https://patchwork.libcamera.org/patch/435/mbox/"
        },
        {
            "id": 436,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/436/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/436/",
            "msgid": "<20190129020048.16774-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-29T02:00:45",
            "name": "[libcamera-devel,v4,3/6] libcamera: camera: Add acquire() and release()",
            "mbox": "https://patchwork.libcamera.org/patch/436/mbox/"
        },
        {
            "id": 437,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/437/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/437/",
            "msgid": "<20190129020048.16774-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-29T02:00:46",
            "name": "[libcamera-devel,v4,4/6] libcamera: camera: extend camera object to support streams",
            "mbox": "https://patchwork.libcamera.org/patch/437/mbox/"
        },
        {
            "id": 438,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/438/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/438/",
            "msgid": "<20190129020048.16774-6-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-29T02:00:47",
            "name": "[libcamera-devel,v4,5/6] libcamera: pipeline: extend pipelines to support stream configuration",
            "mbox": "https://patchwork.libcamera.org/patch/438/mbox/"
        },
        {
            "id": 439,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/439/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/439/",
            "msgid": "<20190129020048.16774-7-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-29T02:00:48",
            "name": "[libcamera-devel,v4,6/6] libcamera: camera: extend camera object to support configuration of streams",
            "mbox": "https://patchwork.libcamera.org/patch/439/mbox/"
        }
    ]
}