Show a series.

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

{
    "id": 2875,
    "url": "https://patchwork.libcamera.org/api/series/2875/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2875",
    "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: Add video mux and bridge support",
    "date": "2022-01-04T12:57:07",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 5,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2875/mbox/",
    "cover_letter": {
        "id": 15242,
        "url": "https://patchwork.libcamera.org/api/covers/15242/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15242/",
        "msgid": "<20220104125709.1273546-1-naush@raspberrypi.com>",
        "date": "2022-01-04T12:57:07",
        "name": "[libcamera-devel,v5,0/2] Raspberry Pi: Add video mux and bridge support",
        "mbox": "https://patchwork.libcamera.org/cover/15242/mbox/"
    },
    "patches": [
        {
            "id": 15243,
            "url": "https://patchwork.libcamera.org/api/patches/15243/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15243/",
            "msgid": "<20220104125709.1273546-2-naush@raspberrypi.com>",
            "date": "2022-01-04T12:57:08",
            "name": "[libcamera-devel,v5,1/2] pipeline: raspberrypi: Move sensor entity detection out of registerCamera()",
            "mbox": "https://patchwork.libcamera.org/patch/15243/mbox/"
        },
        {
            "id": 15244,
            "url": "https://patchwork.libcamera.org/api/patches/15244/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15244/",
            "msgid": "<20220104125709.1273546-3-naush@raspberrypi.com>",
            "date": "2022-01-04T12:57:09",
            "name": "[libcamera-devel,v5,2/2] pipeline: raspberrypi: Add support for Video Mux and Bridge devices",
            "mbox": "https://patchwork.libcamera.org/patch/15244/mbox/"
        }
    ]
}