Show a series.

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

{
    "id": 1188,
    "url": "https://patchwork.libcamera.org/api/series/1188/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1188",
    "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": "android: metadata usage tracking",
    "date": "2020-08-04T11:31:05",
    "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/1188/mbox/",
    "cover_letter": {
        "id": 9178,
        "url": "https://patchwork.libcamera.org/api/covers/9178/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9178/",
        "msgid": "<20200804113107.127257-1-kieran.bingham@ideasonboard.com>",
        "date": "2020-08-04T11:31:05",
        "name": "[libcamera-devel,0/2] android: metadata usage tracking",
        "mbox": "https://patchwork.libcamera.org/cover/9178/mbox/"
    },
    "patches": [
        {
            "id": 9179,
            "url": "https://patchwork.libcamera.org/api/patches/9179/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9179/",
            "msgid": "<20200804113107.127257-2-kieran.bingham@ideasonboard.com>",
            "date": "2020-08-04T11:31:06",
            "name": "[libcamera-devel,1/2] android: camera_metadata: Track storage usage",
            "mbox": "https://patchwork.libcamera.org/patch/9179/mbox/"
        },
        {
            "id": 9180,
            "url": "https://patchwork.libcamera.org/api/patches/9180/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9180/",
            "msgid": "<20200804113107.127257-3-kieran.bingham@ideasonboard.com>",
            "date": "2020-08-04T11:31:07",
            "name": "[libcamera-devel,2/2] android: camera_metadata: Report storage usages",
            "mbox": "https://patchwork.libcamera.org/patch/9180/mbox/"
        }
    ]
}