Show a series.

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

{
    "id": 2736,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2736/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2736",
    "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": "Document post-processing",
    "date": "2021-11-19T13:15:04",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/1.1/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2736/mbox/",
    "cover_letter": {
        "id": 14658,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/14658/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14658/",
        "msgid": "<20211119131506.382462-1-umang.jain@ideasonboard.com>",
        "date": "2021-11-19T13:15:04",
        "name": "[libcamera-devel,RFC,0/2,RESEND] Document post-processing",
        "mbox": "https://patchwork.libcamera.org/cover/14658/mbox/"
    },
    "patches": [
        {
            "id": 14659,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14659/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14659/",
            "msgid": "<20211119131506.382462-2-umang.jain@ideasonboard.com>",
            "date": "2021-11-19T13:15:05",
            "name": "[libcamera-devel,RFC,1/2] android: Document the structures and functions for post-processing",
            "mbox": "https://patchwork.libcamera.org/patch/14659/mbox/"
        },
        {
            "id": 14660,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14660/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14660/",
            "msgid": "<20211119131506.382462-3-umang.jain@ideasonboard.com>",
            "date": "2021-11-19T13:15:06",
            "name": "[libcamera-devel,RFC,2/2] android: camera_request: Lifetime of a Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/14660/mbox/"
        }
    ]
}