Show a series.

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

{
    "id": 1141,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1141/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1141",
    "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 options to make batch testing with cam easier",
    "date": "2020-07-24T17:48: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": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1141/mbox/",
    "cover_letter": {
        "id": 8983,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/8983/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/8983/",
        "msgid": "<20200724174827.757493-1-niklas.soderlund@ragnatech.se>",
        "date": "2020-07-24T17:48:24",
        "name": "[libcamera-devel,v2,0/3] cam: Add options to make batch testing with cam easier",
        "mbox": "https://patchwork.libcamera.org/cover/8983/mbox/"
    },
    "patches": [
        {
            "id": 8984,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8984/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8984/",
            "msgid": "<20200724174827.757493-2-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T17:48:25",
            "name": "[libcamera-devel,v2,1/3] cam: Add option to disallow adjusting of requested formats",
            "mbox": "https://patchwork.libcamera.org/patch/8984/mbox/"
        },
        {
            "id": 8985,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8985/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8985/",
            "msgid": "<20200724174827.757493-3-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T17:48:26",
            "name": "[libcamera-devel,v2,2/3] cam: capture: Cache the EventLoop handler",
            "mbox": "https://patchwork.libcamera.org/patch/8985/mbox/"
        },
        {
            "id": 8986,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8986/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8986/",
            "msgid": "<20200724174827.757493-4-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T17:48:27",
            "name": "[libcamera-devel,v2,3/3] cam: Add optional argument to --capture to specify how many frames to capture",
            "mbox": "https://patchwork.libcamera.org/patch/8986/mbox/"
        }
    ]
}