Show a series.

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

{
    "id": 709,
    "url": "https://patchwork.libcamera.org/api/series/709/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=709",
    "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": "Fix GStreamer element compilation",
    "date": "2020-03-07T19:16:32",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/709/mbox/",
    "cover_letter": {
        "id": 3037,
        "url": "https://patchwork.libcamera.org/api/covers/3037/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/3037/",
        "msgid": "<20200307191634.9320-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-03-07T19:16:32",
        "name": "[libcamera-devel,v2,0/2] Fix GStreamer element compilation",
        "mbox": "https://patchwork.libcamera.org/cover/3037/mbox/"
    },
    "patches": [
        {
            "id": 3038,
            "url": "https://patchwork.libcamera.org/api/patches/3038/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3038/",
            "msgid": "<20200307191634.9320-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-03-07T19:16:33",
            "name": "[libcamera-devel,v2,1/2] gst: Turn the top-level plugin file gstlibcamera.c into a C++ file",
            "mbox": "https://patchwork.libcamera.org/patch/3038/mbox/"
        },
        {
            "id": 3039,
            "url": "https://patchwork.libcamera.org/api/patches/3039/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3039/",
            "msgid": "<20200307191634.9320-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-03-07T19:16:34",
            "name": "[libcamera-devel,v2,2/2] gst: Fix GLib detection",
            "mbox": "https://patchwork.libcamera.org/patch/3039/mbox/"
        }
    ]
}