Show a series.

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

{
    "id": 1422,
    "url": "https://patchwork.libcamera.org/api/series/1422/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1422",
    "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": "android: jpeg: exif: Embed a JPEG-encoded thumbnail",
    "date": "2020-10-27T21:24:44",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1422/mbox/",
    "cover_letter": {
        "id": 10269,
        "url": "https://patchwork.libcamera.org/api/covers/10269/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/10269/",
        "msgid": "<20201027212447.131431-1-email@uajain.com>",
        "date": "2020-10-27T21:24:44",
        "name": "[libcamera-devel,v2,0/3] android: jpeg: exif: Embed a JPEG-encoded thumbnail",
        "mbox": "https://patchwork.libcamera.org/cover/10269/mbox/"
    },
    "patches": [
        {
            "id": 10270,
            "url": "https://patchwork.libcamera.org/api/patches/10270/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10270/",
            "msgid": "<20201027212447.131431-2-email@uajain.com>",
            "date": "2020-10-27T21:24:45",
            "name": "[libcamera-devel,v2,1/3] android: jpeg: encoder_libjpeg: Allow encoding raw frame bytes",
            "mbox": "https://patchwork.libcamera.org/patch/10270/mbox/"
        },
        {
            "id": 10271,
            "url": "https://patchwork.libcamera.org/api/patches/10271/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10271/",
            "msgid": "<20201027212447.131431-3-email@uajain.com>",
            "date": "2020-10-27T21:24:46",
            "name": "[libcamera-devel,v2,2/3] android: jpeg: Introduce a simple image thumbnailer",
            "mbox": "https://patchwork.libcamera.org/patch/10271/mbox/"
        },
        {
            "id": 10272,
            "url": "https://patchwork.libcamera.org/api/patches/10272/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10272/",
            "msgid": "<20201027212447.131431-4-email@uajain.com>",
            "date": "2020-10-27T21:24:47",
            "name": "[libcamera-devel,v2,3/3] android: jpeg: post_processor_jpeg: Embed thumbnail into Exif metadata",
            "mbox": "https://patchwork.libcamera.org/patch/10272/mbox/"
        }
    ]
}