Show a series.

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

{
    "id": 1784,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1784/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1784",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "GStreamer Fixes",
    "date": "2021-03-11T20:52:53",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/1.1/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1784/mbox/",
    "cover_letter": {
        "id": 11548,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/11548/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11548/",
        "msgid": "<20210311205255.741985-1-nicolas@ndufresne.ca>",
        "date": "2021-03-11T20:52:53",
        "name": "[libcamera-devel,0/2] GStreamer Fixes",
        "mbox": "https://patchwork.libcamera.org/cover/11548/mbox/"
    },
    "patches": [
        {
            "id": 11549,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11549/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11549/",
            "msgid": "<20210311205255.741985-2-nicolas@ndufresne.ca>",
            "date": "2021-03-11T20:52:54",
            "name": "[libcamera-devel,1/2] gst: provider: Fix crash in finalize",
            "mbox": "https://patchwork.libcamera.org/patch/11549/mbox/"
        },
        {
            "id": 11550,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11550/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11550/",
            "msgid": "<20210311205255.741985-3-nicolas@ndufresne.ca>",
            "date": "2021-03-11T20:52:55",
            "name": "[libcamera-devel,2/2] gst: pool: Fix GstBuffer leak on error",
            "mbox": "https://patchwork.libcamera.org/patch/11550/mbox/"
        }
    ]
}