Show a series.

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

{
    "id": 144,
    "url": "https://patchwork.libcamera.org/api/1.1/series/144/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=144",
    "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-27T00:22:04",
    "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": 3,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/144/mbox/",
    "cover_letter": {
        "id": 412,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/412/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/412/",
        "msgid": "<20190127002208.18913-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-01-27T00:22:02",
        "name": "[libcamera-devel,v3,0/6] libcamera: add basic support for streams and format configuration",
        "mbox": "https://patchwork.libcamera.org/cover/412/mbox/"
    },
    "patches": [
        {
            "id": 411,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/411/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/411/",
            "msgid": "<20190127002208.18913-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-27T00:22:03",
            "name": "[libcamera-devel,v3,1/6] libcamera: stream: add initial Stream class",
            "mbox": "https://patchwork.libcamera.org/patch/411/mbox/"
        },
        {
            "id": 410,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/410/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/410/",
            "msgid": "<20190127002208.18913-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-27T00:22:04",
            "name": "[libcamera-devel,v3,2/6] libcamera: stream: add initial StreamConfiguration class",
            "mbox": "https://patchwork.libcamera.org/patch/410/mbox/"
        },
        {
            "id": 413,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/413/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/413/",
            "msgid": "<20190127002208.18913-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-27T00:22:05",
            "name": "[libcamera-devel,v3,3/6] libcamera: camera: Add acquire() and release()",
            "mbox": "https://patchwork.libcamera.org/patch/413/mbox/"
        },
        {
            "id": 415,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/415/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/415/",
            "msgid": "<20190127002208.18913-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-27T00:22:06",
            "name": "[libcamera-devel,v3,4/6] libcamera: camera: extend camera object to support streams",
            "mbox": "https://patchwork.libcamera.org/patch/415/mbox/"
        },
        {
            "id": 414,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/414/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/414/",
            "msgid": "<20190127002208.18913-6-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-27T00:22:07",
            "name": "[libcamera-devel,v3,5/6] libcamera: pipeline: extend pipelines to support stream configuration",
            "mbox": "https://patchwork.libcamera.org/patch/414/mbox/"
        },
        {
            "id": 416,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/416/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/416/",
            "msgid": "<20190127002208.18913-7-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-27T00:22:08",
            "name": "[libcamera-devel,v3,6/6] libcamera: camera: extend camera object to support configuration of streams",
            "mbox": "https://patchwork.libcamera.org/patch/416/mbox/"
        }
    ]
}