Show a series.

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

{
    "id": 1018,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1018/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1018",
    "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 sharpness strength control",
    "date": "2020-06-19T09:27:22",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/1.1/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1018/mbox/",
    "cover_letter": {
        "id": 4098,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/4098/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/4098/",
        "msgid": "<20200619092725.19109-1-david.plowman@raspberrypi.com>",
        "date": "2020-06-19T09:27:22",
        "name": "[libcamera-devel,0/3] libcamera sharpness strength control",
        "mbox": "https://patchwork.libcamera.org/cover/4098/mbox/"
    },
    "patches": [
        {
            "id": 4099,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/4099/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/4099/",
            "msgid": "<20200619092725.19109-2-david.plowman@raspberrypi.com>",
            "date": "2020-06-19T09:27:23",
            "name": "[libcamera-devel,1/3] libcamera: add a sharpness strength control",
            "mbox": "https://patchwork.libcamera.org/patch/4099/mbox/"
        },
        {
            "id": 4100,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/4100/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/4100/",
            "msgid": "<20200619092725.19109-3-david.plowman@raspberrypi.com>",
            "date": "2020-06-19T09:27:24",
            "name": "[libcamera-devel,2/3] libcamera: raspberrypi: add sharpness strength control to Raspberry Pi IPAs",
            "mbox": "https://patchwork.libcamera.org/patch/4100/mbox/"
        },
        {
            "id": 4101,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/4101/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/4101/",
            "msgid": "<20200619092725.19109-4-david.plowman@raspberrypi.com>",
            "date": "2020-06-19T09:27:25",
            "name": "[libcamera-devel,3/3] libcamera: raspberrypi: plumb the libcamera sharpness control through to the Raspberry Pi implementation",
            "mbox": "https://patchwork.libcamera.org/patch/4101/mbox/"
        }
    ]
}