Show a series.

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

{
    "id": 2844,
    "url": "https://patchwork.libcamera.org/api/series/2844/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2844",
    "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-14T14:00:00",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 4,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2844/mbox/",
    "cover_letter": {
        "id": 15161,
        "url": "https://patchwork.libcamera.org/api/covers/15161/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15161/",
        "msgid": "<20211214140002.3552445-1-naush@raspberrypi.com>",
        "date": "2021-12-14T14:00:00",
        "name": "[libcamera-devel,v4,0/2] Raspberry Pi: Add video mux and bridge support",
        "mbox": "https://patchwork.libcamera.org/cover/15161/mbox/"
    },
    "patches": [
        {
            "id": 15162,
            "url": "https://patchwork.libcamera.org/api/patches/15162/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15162/",
            "msgid": "<20211214140002.3552445-2-naush@raspberrypi.com>",
            "date": "2021-12-14T14:00:01",
            "name": "[libcamera-devel,v4,1/2] pipeline: raspberrypi: Move sensor entity detection out of registerCamera()",
            "mbox": "https://patchwork.libcamera.org/patch/15162/mbox/"
        },
        {
            "id": 15163,
            "url": "https://patchwork.libcamera.org/api/patches/15163/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15163/",
            "msgid": "<20211214140002.3552445-3-naush@raspberrypi.com>",
            "date": "2021-12-14T14:00:02",
            "name": "[libcamera-devel,v4,2/2] pipeline: raspberrypi: Add support for Video Mux and Bridge devices",
            "mbox": "https://patchwork.libcamera.org/patch/15163/mbox/"
        }
    ]
}