Show a series.

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

{
    "id": 4751,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4751/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4751",
    "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": "Add thread affinity",
    "date": "2024-10-29T08:57:54",
    "submitter": {
        "id": 117,
        "url": "https://patchwork.libcamera.org/api/1.1/people/117/?format=api",
        "name": "Cheng-Hao Yang",
        "email": "chenghaoyang@chromium.org"
    },
    "version": 7,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4751/mbox/",
    "cover_letter": {
        "id": 21766,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21766/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21766/",
        "msgid": "<20241029085837.3615699-1-chenghaoyang@chromium.org>",
        "date": "2024-10-29T08:57:54",
        "name": "[v7,0/1] Add thread affinity",
        "mbox": "https://patchwork.libcamera.org/cover/21766/mbox/"
    },
    "patches": [
        {
            "id": 21767,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21767/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21767/",
            "msgid": "<20241029085837.3615699-2-chenghaoyang@chromium.org>",
            "date": "2024-10-29T08:57:55",
            "name": "[v7,1/1] libcamera: add method to set thread affinity",
            "mbox": "https://patchwork.libcamera.org/patch/21767/mbox/"
        }
    ]
}