Show a series.

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

{
    "id": 2740,
    "url": "https://patchwork.libcamera.org/api/series/2740/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2740",
    "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": "Raspberry Pi: Multi-camera changes",
    "date": "2021-11-22T12:34:25",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2740/mbox/",
    "cover_letter": {
        "id": 14681,
        "url": "https://patchwork.libcamera.org/api/covers/14681/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14681/",
        "msgid": "<20211122123427.808484-1-naush@raspberrypi.com>",
        "date": "2021-11-22T12:34:25",
        "name": "[libcamera-devel,v2,0/2] Raspberry Pi: Multi-camera changes",
        "mbox": "https://patchwork.libcamera.org/cover/14681/mbox/"
    },
    "patches": [
        {
            "id": 14682,
            "url": "https://patchwork.libcamera.org/api/patches/14682/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14682/",
            "msgid": "<20211122123427.808484-2-naush@raspberrypi.com>",
            "date": "2021-11-22T12:34:26",
            "name": "[libcamera-devel,v2,1/2] pipeline: raspberrypi: Split out device enumeration and camera registration",
            "mbox": "https://patchwork.libcamera.org/patch/14682/mbox/"
        },
        {
            "id": 14683,
            "url": "https://patchwork.libcamera.org/api/patches/14683/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14683/",
            "msgid": "<20211122123427.808484-3-naush@raspberrypi.com>",
            "date": "2021-11-22T12:34:27",
            "name": "[libcamera-devel,v2,2/2] pipeline: raspberrypi: Allow registration of multiple cameras",
            "mbox": "https://patchwork.libcamera.org/patch/14683/mbox/"
        }
    ]
}