Show a series.

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

{
    "id": 37,
    "url": "https://patchwork.libcamera.org/api/1.1/series/37/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=37",
    "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": "libcamera: Initial v4l2device object",
    "date": "2018-12-21T12:37:22",
    "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/37/mbox/",
    "cover_letter": {
        "id": 73,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/73/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/73/",
        "msgid": "<20181221123724.27290-1-kieran.bingham@ideasonboard.com>",
        "date": "2018-12-21T12:37:22",
        "name": "[libcamera-devel,0/2] libcamera: Initial v4l2device object",
        "mbox": "https://patchwork.libcamera.org/cover/73/mbox/"
    },
    "patches": [
        {
            "id": 74,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/74/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/74/",
            "msgid": "<20181221123724.27290-2-kieran.bingham@ideasonboard.com>",
            "date": "2018-12-21T12:37:23",
            "name": "[libcamera-devel,1/2] test: libtest: Add path_exists helper",
            "mbox": "https://patchwork.libcamera.org/patch/74/mbox/"
        },
        {
            "id": 75,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/75/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/75/",
            "msgid": "<20181221123724.27290-3-kieran.bingham@ideasonboard.com>",
            "date": "2018-12-21T12:37:24",
            "name": "[libcamera-devel,2/2] lib: Add V4L2 Device object",
            "mbox": "https://patchwork.libcamera.org/patch/75/mbox/"
        }
    ]
}