Show a series.

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

{
    "id": 64,
    "url": "https://patchwork.libcamera.org/api/series/64/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=64",
    "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": "Generate libcamera.org website from documentation",
    "date": "2019-01-10T23:38:26",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/64/mbox/",
    "cover_letter": {
        "id": 194,
        "url": "https://patchwork.libcamera.org/api/covers/194/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/194/",
        "msgid": "<20190110233829.9638-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-01-10T23:38:26",
        "name": "[libcamera-devel,0/3] Generate libcamera.org website from documentation",
        "mbox": "https://patchwork.libcamera.org/cover/194/mbox/"
    },
    "patches": [
        {
            "id": 195,
            "url": "https://patchwork.libcamera.org/api/patches/195/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/195/",
            "msgid": "<20190110233829.9638-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-10T23:38:27",
            "name": "[libcamera-devel,1/3] Documentation: Add custom theme",
            "mbox": "https://patchwork.libcamera.org/patch/195/mbox/"
        },
        {
            "id": 196,
            "url": "https://patchwork.libcamera.org/api/patches/196/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/196/",
            "msgid": "<20190110233829.9638-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-10T23:38:28",
            "name": "[libcamera-devel,2/3] Documentation: Make the toctree more web-friendly",
            "mbox": "https://patchwork.libcamera.org/patch/196/mbox/"
        },
        {
            "id": 197,
            "url": "https://patchwork.libcamera.org/api/patches/197/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/197/",
            "msgid": "<20190110233829.9638-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-10T23:38:29",
            "name": "[libcamera-devel,3/3] Documentation: Link to the API documentation generated by Doxygen",
            "mbox": "https://patchwork.libcamera.org/patch/197/mbox/"
        }
    ]
}