Show a series.

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

{
    "id": 2793,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2793/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2793",
    "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: Add video mux and bridge support",
    "date": "2021-12-01T11:57:09",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/1.1/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2793/mbox/",
    "cover_letter": {
        "id": 14956,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/14956/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14956/",
        "msgid": "<20211201115711.1017822-1-naush@raspberrypi.com>",
        "date": "2021-12-01T11:57:09",
        "name": "[libcamera-devel,v1,0/2] Raspberry Pi: Add video mux and bridge support",
        "mbox": "https://patchwork.libcamera.org/cover/14956/mbox/"
    },
    "patches": [
        {
            "id": 14957,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14957/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14957/",
            "msgid": "<20211201115711.1017822-2-naush@raspberrypi.com>",
            "date": "2021-12-01T11:57:10",
            "name": "[libcamera-devel,v1,1/2] pipeline: raspberrypi: Move sensor entity detection out of registerCamera()",
            "mbox": "https://patchwork.libcamera.org/patch/14957/mbox/"
        },
        {
            "id": 14958,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14958/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14958/",
            "msgid": "<20211201115711.1017822-3-naush@raspberrypi.com>",
            "date": "2021-12-01T11:57:11",
            "name": "[libcamera-devel,v1,2/2] pipeline: raspberrypi: Add support for Video Mux and Bridge devices",
            "mbox": "https://patchwork.libcamera.org/patch/14958/mbox/"
        }
    ]
}