Show a series.

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

{
    "id": 218,
    "url": "https://patchwork.libcamera.org/api/series/218/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=218",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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: options: Add support for repeatable options",
    "date": "2019-03-25T23:47:35",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/218/mbox/",
    "cover_letter": {
        "id": 792,
        "url": "https://patchwork.libcamera.org/api/covers/792/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/792/",
        "msgid": "<20190325234736.12533-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-03-25T23:47:33",
        "name": "[libcamera-devel,0/3] cam: options: Add support for repeatable options",
        "mbox": "https://patchwork.libcamera.org/cover/792/mbox/"
    },
    "patches": [
        {
            "id": 793,
            "url": "https://patchwork.libcamera.org/api/patches/793/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/793/",
            "msgid": "<20190325234736.12533-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-25T23:47:34",
            "name": "[libcamera-devel,1/3] cam: options: Create separate enum for OptionValue types",
            "mbox": "https://patchwork.libcamera.org/patch/793/mbox/"
        },
        {
            "id": 791,
            "url": "https://patchwork.libcamera.org/api/patches/791/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/791/",
            "msgid": "<20190325234736.12533-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-25T23:47:35",
            "name": "[libcamera-devel,2/3] cam: options: Add an array data type to OptionValue",
            "mbox": "https://patchwork.libcamera.org/patch/791/mbox/"
        },
        {
            "id": 794,
            "url": "https://patchwork.libcamera.org/api/patches/794/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/794/",
            "msgid": "<20190325234736.12533-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-25T23:47:36",
            "name": "[libcamera-devel,3/3] cam: options: Add support for repeatable options",
            "mbox": "https://patchwork.libcamera.org/patch/794/mbox/"
        }
    ]
}