Show a series.

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

{
    "id": 32,
    "url": "https://patchwork.libcamera.org/api/series/32/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=32",
    "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] tests: Add a base Test class",
    "date": "2018-12-19T09:48:30",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/32/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 61,
            "url": "https://patchwork.libcamera.org/api/patches/61/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/61/",
            "msgid": "<20181219094830.7226-1-laurent.pinchart@ideasonboard.com>",
            "date": "2018-12-19T09:48:30",
            "name": "[libcamera-devel] tests: Add a base Test class",
            "mbox": "https://patchwork.libcamera.org/patch/61/mbox/"
        }
    ]
}