Show a series.

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

{
    "id": 17,
    "url": "https://patchwork.libcamera.org/api/1.1/series/17/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=17",
    "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": "Documentation: coding style and style checker tool",
    "date": "2018-12-12T11:09:34",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "version": 4,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/17/mbox/",
    "cover_letter": {
        "id": 37,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/37/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/37/",
        "msgid": "<1544612976-27101-1-git-send-email-jacopo@jmondi.org>",
        "date": "2018-12-12T11:09:34",
        "name": "[libcamera-devel,v4,0/2] Documentation: coding style and style checker tool",
        "mbox": "https://patchwork.libcamera.org/cover/37/mbox/"
    },
    "patches": [
        {
            "id": 38,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/38/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/38/",
            "msgid": "<1544612976-27101-2-git-send-email-jacopo@jmondi.org>",
            "date": "2018-12-12T11:09:35",
            "name": "[libcamera-devel,v4,1/2] Documentation: Add coding style document",
            "mbox": "https://patchwork.libcamera.org/patch/38/mbox/"
        },
        {
            "id": 39,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/39/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/39/",
            "msgid": "<1544612976-27101-3-git-send-email-jacopo@jmondi.org>",
            "date": "2018-12-12T11:09:36",
            "name": "[libcamera-devel,v4,2/2] Documentation: Add style checker tool",
            "mbox": "https://patchwork.libcamera.org/patch/39/mbox/"
        }
    ]
}