Show a series.

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

{
    "id": 2745,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2745/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2745",
    "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": "Raspberry Pi: Multi-camera changes",
    "date": "2021-11-23T13:10:38",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/1.1/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2745/mbox/",
    "cover_letter": {
        "id": 14710,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/14710/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14710/",
        "msgid": "<20211123131040.1542581-1-naush@raspberrypi.com>",
        "date": "2021-11-23T13:10:38",
        "name": "[libcamera-devel,v3,0/2] Raspberry Pi: Multi-camera changes",
        "mbox": "https://patchwork.libcamera.org/cover/14710/mbox/"
    },
    "patches": [
        {
            "id": 14711,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14711/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14711/",
            "msgid": "<20211123131040.1542581-2-naush@raspberrypi.com>",
            "date": "2021-11-23T13:10:39",
            "name": "[libcamera-devel,v3,1/2] pipeline: raspberrypi: Split out device enumeration and camera registration",
            "mbox": "https://patchwork.libcamera.org/patch/14711/mbox/"
        },
        {
            "id": 14712,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14712/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14712/",
            "msgid": "<20211123131040.1542581-3-naush@raspberrypi.com>",
            "date": "2021-11-23T13:10:40",
            "name": "[libcamera-devel,v3,2/2] pipeline: raspberrypi: Tidy the camera enumeration and registration logic",
            "mbox": "https://patchwork.libcamera.org/patch/14712/mbox/"
        }
    ]
}