Show a series.

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

{
    "id": 243,
    "url": "https://patchwork.libcamera.org/api/1.1/series/243/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=243",
    "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": "cam: Add support to specify multiple stream configurations with roles",
    "date": "2019-04-05T23:59:24",
    "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": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/243/mbox/",
    "cover_letter": {
        "id": 933,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/933/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/933/",
        "msgid": "<20190405235929.27987-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-04-05T23:59:24",
        "name": "[libcamera-devel,v3,0/5] cam: Add support to specify multiple stream configurations with roles",
        "mbox": "https://patchwork.libcamera.org/cover/933/mbox/"
    },
    "patches": [
        {
            "id": 934,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/934/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/934/",
            "msgid": "<20190405235929.27987-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-04-05T23:59:25",
            "name": "[libcamera-devel,v3,1/5] cam: Rename --format to --stream",
            "mbox": "https://patchwork.libcamera.org/patch/934/mbox/"
        },
        {
            "id": 935,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/935/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/935/",
            "msgid": "<20190405235929.27987-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-04-05T23:59:26",
            "name": "[libcamera-devel,v3,2/5] cam: Extend BufferWriter to include a stream name in file path",
            "mbox": "https://patchwork.libcamera.org/patch/935/mbox/"
        },
        {
            "id": 936,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/936/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/936/",
            "msgid": "<20190405235929.27987-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-04-05T23:59:27",
            "name": "[libcamera-devel,v3,3/5] cam: Add support to specify multiple stream configurations with roles",
            "mbox": "https://patchwork.libcamera.org/patch/936/mbox/"
        },
        {
            "id": 937,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/937/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/937/",
            "msgid": "<20190405235929.27987-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-04-05T23:59:28",
            "name": "[libcamera-devel,v3,4/5] cam: Extend request completion handler to deal with multiple streams",
            "mbox": "https://patchwork.libcamera.org/patch/937/mbox/"
        },
        {
            "id": 938,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/938/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/938/",
            "msgid": "<20190405235929.27987-6-niklas.soderlund@ragnatech.se>",
            "date": "2019-04-05T23:59:29",
            "name": "[libcamera-devel,v3,5/5] cam: Allow cameras with more than one stream",
            "mbox": "https://patchwork.libcamera.org/patch/938/mbox/"
        }
    ]
}