Show a series.

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

{
    "id": 18,
    "url": "https://patchwork.libcamera.org/api/1.1/series/18/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=18",
    "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] build: Add 'std=c++11' compiler flag to libcamera",
    "date": "2018-12-12T13:31:03",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/18/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 40,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/40/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/40/",
            "msgid": "<1544621463-4512-1-git-send-email-jacopo@jmondi.org>",
            "date": "2018-12-12T13:31:03",
            "name": "[libcamera-devel] build: Add 'std=c++11' compiler flag to libcamera",
            "mbox": "https://patchwork.libcamera.org/patch/40/mbox/"
        }
    ]
}