Show a series.

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

{
    "id": 1071,
    "url": "https://patchwork.libcamera.org/api/series/1071/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1071",
    "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,v2] Create libcamera overview document and glossary",
    "date": "2020-07-02T10:45:42",
    "submitter": {
        "id": 55,
        "url": "https://patchwork.libcamera.org/api/people/55/?format=api",
        "name": "Chris Chinchilla",
        "email": "chris@gregariousmammal.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1071/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 8551,
            "url": "https://patchwork.libcamera.org/api/patches/8551/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8551/",
            "msgid": "<20200702104542.19998-1-chris@gregariousmammal.com>",
            "date": "2020-07-02T10:45:42",
            "name": "[libcamera-devel,v2] Create libcamera overview document and glossary",
            "mbox": "https://patchwork.libcamera.org/patch/8551/mbox/"
        }
    ]
}