Show a series.

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

{
    "id": 109,
    "url": "https://patchwork.libcamera.org/api/series/109/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=109",
    "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": "libcamera: add base for applications to configure cameras",
    "date": "2019-01-21T23:06:36",
    "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": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/109/mbox/",
    "cover_letter": {
        "id": 316,
        "url": "https://patchwork.libcamera.org/api/covers/316/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/316/",
        "msgid": "<20190121230640.8783-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-01-21T23:06:36",
        "name": "[libcamera-devel,RFC,0/4] libcamera: add base for applications to configure cameras",
        "mbox": "https://patchwork.libcamera.org/cover/316/mbox/"
    },
    "patches": [
        {
            "id": 317,
            "url": "https://patchwork.libcamera.org/api/patches/317/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/317/",
            "msgid": "<20190121230640.8783-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-21T23:06:37",
            "name": "[libcamera-devel,RFC,1/4] libcamera: camera: Add acquire() and release()",
            "mbox": "https://patchwork.libcamera.org/patch/317/mbox/"
        },
        {
            "id": 318,
            "url": "https://patchwork.libcamera.org/api/patches/318/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/318/",
            "msgid": "<20190121230640.8783-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-21T23:06:38",
            "name": "[libcamera-devel,RFC,2/4] libcamera: stream: add basic stream class",
            "mbox": "https://patchwork.libcamera.org/patch/318/mbox/"
        },
        {
            "id": 319,
            "url": "https://patchwork.libcamera.org/api/patches/319/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/319/",
            "msgid": "<20190121230640.8783-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-21T23:06:39",
            "name": "[libcamera-devel,RFC,3/4] libcamera: streamformat: add basic class for stream formats",
            "mbox": "https://patchwork.libcamera.org/patch/319/mbox/"
        },
        {
            "id": 320,
            "url": "https://patchwork.libcamera.org/api/patches/320/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/320/",
            "msgid": "<20190121230640.8783-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-21T23:06:40",
            "name": "[libcamera-devel,RFC,4/4] libcamera: camera: integrate streams and configuration",
            "mbox": "https://patchwork.libcamera.org/patch/320/mbox/"
        }
    ]
}