Show a series.

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

{
    "id": 2017,
    "url": "https://patchwork.libcamera.org/api/series/2017/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2017",
    "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] lc-compliance: Add test to call multiple configure()",
    "date": "2021-05-10T17:43:04",
    "submitter": {
        "id": 84,
        "url": "https://patchwork.libcamera.org/api/people/84/?format=api",
        "name": "Nícolas F. R. A. Prado",
        "email": "nfraprado@collabora.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2017/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 12249,
            "url": "https://patchwork.libcamera.org/api/patches/12249/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12249/",
            "msgid": "<20210510174304.560185-1-nfraprado@collabora.com>",
            "date": "2021-05-10T17:43:04",
            "name": "[libcamera-devel] lc-compliance: Add test to call multiple configure()",
            "mbox": "https://patchwork.libcamera.org/patch/12249/mbox/"
        }
    ]
}