Show a series.

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

{
    "id": 4690,
    "url": "https://patchwork.libcamera.org/api/series/4690/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4690",
    "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": "Add thread affinity",
    "date": "2024-10-12T12:47:56",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4690/mbox/",
    "cover_letter": {
        "id": 21603,
        "url": "https://patchwork.libcamera.org/api/covers/21603/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21603/",
        "msgid": "<20241012124926.1049458-1-chenghaoyang@chromium.org>",
        "date": "2024-10-12T12:47:56",
        "name": "[v2,0/1] Add thread affinity",
        "mbox": "https://patchwork.libcamera.org/cover/21603/mbox/"
    },
    "patches": [
        {
            "id": 21604,
            "url": "https://patchwork.libcamera.org/api/patches/21604/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21604/",
            "msgid": "<20241012124926.1049458-2-chenghaoyang@chromium.org>",
            "date": "2024-10-12T12:47:57",
            "name": "[v2,1/1] libcamera: add method to set thread affinity",
            "mbox": "https://patchwork.libcamera.org/patch/21604/mbox/"
        }
    ]
}