Show a series.

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

{
    "id": 2101,
    "url": "https://patchwork.libcamera.org/api/series/2101/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2101",
    "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": "[libcamera-devel,v4] gstreamer: Add error checking in gst_libcamera_src_task_enter()",
    "date": "2021-06-02T14:11:38",
    "submitter": {
        "id": 85,
        "url": "https://patchwork.libcamera.org/api/people/85/?format=api",
        "name": "Vedant Paranjape",
        "email": "vedantparanjape160201@gmail.com"
    },
    "version": 4,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2101/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 12488,
            "url": "https://patchwork.libcamera.org/api/patches/12488/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12488/",
            "msgid": "<20210602141138.582472-1-vedantparanjape160201@gmail.com>",
            "date": "2021-06-02T14:11:38",
            "name": "[libcamera-devel,v4] gstreamer: Add error checking in gst_libcamera_src_task_enter()",
            "mbox": "https://patchwork.libcamera.org/patch/12488/mbox/"
        }
    ]
}