Show a series.

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

{
    "id": 6,
    "url": "https://patchwork.libcamera.org/api/1.1/series/6/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=6",
    "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",
    "date": "2018-11-26T11:11:46",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/6/mbox/",
    "cover_letter": {
        "id": 11,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/11/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11/",
        "msgid": "<20181126111148.6272-1-kieran.bingham@ideasonboard.com>",
        "date": "2018-11-26T11:11:46",
        "name": "[libcamera-devel,v3,0/2] Documentation",
        "mbox": "https://patchwork.libcamera.org/cover/11/mbox/"
    },
    "patches": [
        {
            "id": 12,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12/",
            "msgid": "<20181126111148.6272-2-kieran.bingham@ideasonboard.com>",
            "date": "2018-11-26T11:11:47",
            "name": "[libcamera-devel,v3,1/2] Documentation: Introduce sphinx documentation",
            "mbox": "https://patchwork.libcamera.org/patch/12/mbox/"
        },
        {
            "id": 13,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13/",
            "msgid": "<20181126111148.6272-3-kieran.bingham@ideasonboard.com>",
            "date": "2018-11-26T11:11:48",
            "name": "[libcamera-devel,v3,2/2] README: Update build instructions",
            "mbox": "https://patchwork.libcamera.org/patch/13/mbox/"
        }
    ]
}