Show a series.

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

{
    "id": 2405,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2405/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2405",
    "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-devel,v4,1/3] android: generic_camera_buffer: Correct buffer mapping",
    "date": "2021-08-27T06:59:03",
    "submitter": {
        "id": 63,
        "url": "https://patchwork.libcamera.org/api/1.1/people/63/?format=api",
        "name": "Hirokazu Honda",
        "email": "hiroh@chromium.org"
    },
    "version": 4,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2405/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 13531,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13531/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13531/",
            "msgid": "<20210827065905.880867-1-hiroh@chromium.org>",
            "date": "2021-08-27T06:59:03",
            "name": "[libcamera-devel,v4,1/3] android: generic_camera_buffer: Correct buffer mapping",
            "mbox": "https://patchwork.libcamera.org/patch/13531/mbox/"
        },
        {
            "id": 13532,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13532/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13532/",
            "msgid": "<20210827065905.880867-2-hiroh@chromium.org>",
            "date": "2021-08-27T06:59:04",
            "name": "[libcamera-devel,v4,2/3] android: camera_buffer: Map buffer in the first plane() call",
            "mbox": "https://patchwork.libcamera.org/patch/13532/mbox/"
        },
        {
            "id": 13533,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13533/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13533/",
            "msgid": "<20210827065905.880867-3-hiroh@chromium.org>",
            "date": "2021-08-27T06:59:05",
            "name": "[libcamera-devel,v4,3/3] android: camera_buffer: Add stride/offset/size function",
            "mbox": "https://patchwork.libcamera.org/patch/13533/mbox/"
        }
    ]
}