Show a series.

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

{
    "id": 1133,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1133/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1133",
    "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: Add support for 16-bit Bayer formats",
    "date": "2020-07-24T08:55:48",
    "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": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1133/mbox/",
    "cover_letter": {
        "id": 8955,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/8955/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/8955/",
        "msgid": "<20200724085550.496484-1-niklas.soderlund@ragnatech.se>",
        "date": "2020-07-24T08:55:48",
        "name": "[libcamera-devel,0/2] libcamera: Add support for 16-bit Bayer formats",
        "mbox": "https://patchwork.libcamera.org/cover/8955/mbox/"
    },
    "patches": [
        {
            "id": 8956,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8956/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8956/",
            "msgid": "<20200724085550.496484-2-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T08:55:49",
            "name": "[libcamera-devel,1/2] include: drm_fourcc: Add 16-bit Bayer FourCC",
            "mbox": "https://patchwork.libcamera.org/patch/8956/mbox/"
        },
        {
            "id": 8957,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8957/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8957/",
            "msgid": "<20200724085550.496484-3-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T08:55:50",
            "name": "[libcamera-devel,2/2] libcamera: Add support for 16-bit Bayer formats",
            "mbox": "https://patchwork.libcamera.org/patch/8957/mbox/"
        }
    ]
}