Show a series.

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

{
    "id": 76,
    "url": "https://patchwork.libcamera.org/api/series/76/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=76",
    "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": "Test Status Refactoring",
    "date": "2019-01-14T09:54:15",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/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/76/mbox/",
    "cover_letter": {
        "id": 221,
        "url": "https://patchwork.libcamera.org/api/covers/221/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/221/",
        "msgid": "<20190114095417.16473-1-kieran.bingham@ideasonboard.com>",
        "date": "2019-01-14T09:54:15",
        "name": "[libcamera-devel,RFC,0/2] Test Status Refactoring",
        "mbox": "https://patchwork.libcamera.org/cover/221/mbox/"
    },
    "patches": [
        {
            "id": 222,
            "url": "https://patchwork.libcamera.org/api/patches/222/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/222/",
            "msgid": "<20190114095417.16473-2-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-14T09:54:16",
            "name": "[libcamera-devel,RFC,1/2] test: Add TestStatus classes",
            "mbox": "https://patchwork.libcamera.org/patch/222/mbox/"
        },
        {
            "id": 223,
            "url": "https://patchwork.libcamera.org/api/patches/223/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/223/",
            "msgid": "<20190114095417.16473-3-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-14T09:54:17",
            "name": "[libcamera-devel,RFC,2/2] test: Provide TestStatus validation tests",
            "mbox": "https://patchwork.libcamera.org/patch/223/mbox/"
        }
    ]
}