Show a series.

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

{
    "id": 2832,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2832/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2832",
    "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-09T13:32:50",
    "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/2832/mbox/",
    "cover_letter": {
        "id": 15100,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15100/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15100/",
        "msgid": "<20211209133252.2234668-1-naush@raspberrypi.com>",
        "date": "2021-12-09T13:32:50",
        "name": "[libcamera-devel,v3,0/2] Raspberry Pi: Add video mux and bridge support",
        "mbox": "https://patchwork.libcamera.org/cover/15100/mbox/"
    },
    "patches": [
        {
            "id": 15101,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15101/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15101/",
            "msgid": "<20211209133252.2234668-2-naush@raspberrypi.com>",
            "date": "2021-12-09T13:32:51",
            "name": "[libcamera-devel,v3,1/2] pipeline: raspberrypi: Move sensor entity detection out of registerCamera()",
            "mbox": "https://patchwork.libcamera.org/patch/15101/mbox/"
        },
        {
            "id": 15102,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15102/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15102/",
            "msgid": "<20211209133252.2234668-3-naush@raspberrypi.com>",
            "date": "2021-12-09T13:32:52",
            "name": "[libcamera-devel,v3,2/2] pipeline: raspberrypi: Add support for Video Mux and Bridge devices",
            "mbox": "https://patchwork.libcamera.org/patch/15102/mbox/"
        }
    ]
}