Show a series.

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

{
    "id": 2874,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2874/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2874",
    "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": "2022-01-04T06:51:59",
    "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/2874/mbox/",
    "cover_letter": {
        "id": 15239,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15239/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15239/",
        "msgid": "<20220104065201.25744-1-umang.jain@ideasonboard.com>",
        "date": "2022-01-04T06:51:59",
        "name": "[libcamera-devel,0/2,v1] Document post-processing",
        "mbox": "https://patchwork.libcamera.org/cover/15239/mbox/"
    },
    "patches": [
        {
            "id": 15240,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15240/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15240/",
            "msgid": "<20220104065201.25744-2-umang.jain@ideasonboard.com>",
            "date": "2022-01-04T06:52:00",
            "name": "[libcamera-devel,1/2] android: Document the structures and functions for post-processing",
            "mbox": "https://patchwork.libcamera.org/patch/15240/mbox/"
        },
        {
            "id": 15241,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15241/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15241/",
            "msgid": "<20220104065201.25744-3-umang.jain@ideasonboard.com>",
            "date": "2022-01-04T06:52:01",
            "name": "[libcamera-devel,2/2] android: camera_request: Lifetime of a Camera3RequestDescriptor",
            "mbox": "https://patchwork.libcamera.org/patch/15241/mbox/"
        }
    ]
}