Show a series.

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

{
    "id": 3175,
    "url": "https://patchwork.libcamera.org/api/series/3175/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3175",
    "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": "Use tracing with perfetto in ChromeOS",
    "date": "2022-06-15T14:20:50",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3175/mbox/",
    "cover_letter": {
        "id": 16220,
        "url": "https://patchwork.libcamera.org/api/covers/16220/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16220/",
        "msgid": "<20220615142051.450396-1-chenghaoyang@google.com>",
        "date": "2022-06-15T14:20:50",
        "name": "[libcamera-devel,0/1] Use tracing with perfetto in ChromeOS",
        "mbox": "https://patchwork.libcamera.org/cover/16220/mbox/"
    },
    "patches": [
        {
            "id": 16221,
            "url": "https://patchwork.libcamera.org/api/patches/16221/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16221/",
            "msgid": "<20220615142051.450396-2-chenghaoyang@google.com>",
            "date": "2022-06-15T14:20:51",
            "name": "[libcamera-devel,1/1] Use tracing with perfetto in ChromeOS",
            "mbox": "https://patchwork.libcamera.org/patch/16221/mbox/"
        }
    ]
}