Show a series.

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

{
    "id": 7,
    "url": "https://patchwork.libcamera.org/api/1.1/series/7/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=7",
    "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": "library install targets",
    "date": "2018-11-26T14:01:09",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/7/mbox/",
    "cover_letter": {
        "id": 14,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/14/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14/",
        "msgid": "<20181126140111.13255-1-kieran.bingham@ideasonboard.com>",
        "date": "2018-11-26T14:01:09",
        "name": "[libcamera-devel,0/2] library install targets",
        "mbox": "https://patchwork.libcamera.org/cover/14/mbox/"
    },
    "patches": [
        {
            "id": 15,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15/",
            "msgid": "<20181126140111.13255-2-kieran.bingham@ideasonboard.com>",
            "date": "2018-11-26T14:01:10",
            "name": "[libcamera-devel,1/2] lib: Include library in the install target",
            "mbox": "https://patchwork.libcamera.org/patch/15/mbox/"
        },
        {
            "id": 16,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16/",
            "msgid": "<20181126140111.13255-3-kieran.bingham@ideasonboard.com>",
            "date": "2018-11-26T14:01:11",
            "name": "[libcamera-devel,2/2] include: Install include files",
            "mbox": "https://patchwork.libcamera.org/patch/16/mbox/"
        }
    ]
}