Show a series.

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

{
    "id": 1321,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1321/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1321",
    "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": "[libcamera-devel,1/2] simple-cam: Early return if no cameras found on the system",
    "date": "2020-09-24T14:18:02",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1321/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 9787,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9787/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9787/",
            "msgid": "<20200924141803.76422-1-email@uajain.com>",
            "date": "2020-09-24T14:18:02",
            "name": "[libcamera-devel,1/2] simple-cam: Early return if no cameras found on the system",
            "mbox": "https://patchwork.libcamera.org/patch/9787/mbox/"
        },
        {
            "id": 9788,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9788/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9788/",
            "msgid": "<20200924141803.76422-2-email@uajain.com>",
            "date": "2020-09-24T14:18:03",
            "name": "[libcamera-devel,2/2] simple-cam: Fix documentation typo",
            "mbox": "https://patchwork.libcamera.org/patch/9788/mbox/"
        }
    ]
}