Show a series.

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

{
    "id": 2828,
    "url": "https://patchwork.libcamera.org/api/series/2828/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2828",
    "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": "2021-12-08T15:15: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/2828/mbox/",
    "cover_letter": {
        "id": 15081,
        "url": "https://patchwork.libcamera.org/api/covers/15081/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15081/",
        "msgid": "<20211208151527.1404715-1-naush@raspberrypi.com>",
        "date": "2021-12-08T15:15:25",
        "name": "[libcamera-devel,v2,0/2] Raspberry Pi: Add video mux and bridge support",
        "mbox": "https://patchwork.libcamera.org/cover/15081/mbox/"
    },
    "patches": [
        {
            "id": 15082,
            "url": "https://patchwork.libcamera.org/api/patches/15082/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15082/",
            "msgid": "<20211208151527.1404715-2-naush@raspberrypi.com>",
            "date": "2021-12-08T15:15:26",
            "name": "[libcamera-devel,v2,1/2] pipeline: raspberrypi: Move sensor entity detection out of registerCamera()",
            "mbox": "https://patchwork.libcamera.org/patch/15082/mbox/"
        },
        {
            "id": 15083,
            "url": "https://patchwork.libcamera.org/api/patches/15083/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15083/",
            "msgid": "<20211208151527.1404715-3-naush@raspberrypi.com>",
            "date": "2021-12-08T15:15:27",
            "name": "[libcamera-devel,v2,2/2] pipeline: raspberrypi: Add support for Video Mux and Bridge devices",
            "mbox": "https://patchwork.libcamera.org/patch/15083/mbox/"
        }
    ]
}