Show a series.

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

{
    "id": 2902,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2902/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2902",
    "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-devel,v1] utils: ipc: Add __init__.py for local module utils/ipc/generators",
    "date": "2022-01-26T18:18:07",
    "submitter": {
        "id": 98,
        "url": "https://patchwork.libcamera.org/api/1.1/people/98/?format=api",
        "name": "Hanlin Chen",
        "email": "hanlinchen@chromium.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2902/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 15295,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15295/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15295/",
            "msgid": "<20220126181807.3022258-1-hanlinchen@chromium.org>",
            "date": "2022-01-26T18:18:07",
            "name": "[libcamera-devel,v1] utils: ipc: Add __init__.py for local module utils/ipc/generators",
            "mbox": "https://patchwork.libcamera.org/patch/15295/mbox/"
        }
    ]
}