Show a series.

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

{
    "id": 2678,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2678/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2678",
    "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": "Introduce clang thread safety annotations",
    "date": "2021-10-29T04:14:18",
    "submitter": {
        "id": 63,
        "url": "https://patchwork.libcamera.org/api/1.1/people/63/?format=api",
        "name": "Hirokazu Honda",
        "email": "hiroh@chromium.org"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2678/mbox/",
    "cover_letter": {
        "id": 14409,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/14409/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/14409/",
        "msgid": "<20211029041424.1430886-1-hiroh@chromium.org>",
        "date": "2021-10-29T04:14:18",
        "name": "[libcamera-devel,RFC,0/6] Introduce clang thread safety annotations",
        "mbox": "https://patchwork.libcamera.org/cover/14409/mbox/"
    },
    "patches": [
        {
            "id": 14500,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14500/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14500/",
            "msgid": "<20211029041424.1430886-2-hiroh@chromium.org>",
            "date": "2021-10-29T04:14:19",
            "name": "[RFC,1/6] libcamera: base: Add thread safety annotation macros",
            "mbox": "https://patchwork.libcamera.org/patch/14500/mbox/"
        },
        {
            "id": 14501,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14501/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14501/",
            "msgid": "<20211029041424.1430886-3-hiroh@chromium.org>",
            "date": "2021-10-29T04:14:20",
            "name": "[RFC,2/6] libcamera: base: Add mutex classes with thread safety annotations",
            "mbox": "https://patchwork.libcamera.org/patch/14501/mbox/"
        },
        {
            "id": 14410,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14410/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14410/",
            "msgid": "<20211029041424.1430886-4-hiroh@chromium.org>",
            "date": "2021-10-29T04:14:21",
            "name": "[libcamera-devel,RFC,3/6] android: camera_hal_manager: Add thread safety annotation",
            "mbox": "https://patchwork.libcamera.org/patch/14410/mbox/"
        },
        {
            "id": 14411,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14411/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14411/",
            "msgid": "<20211029041424.1430886-5-hiroh@chromium.org>",
            "date": "2021-10-29T04:14:22",
            "name": "[libcamera-devel,RFC,4/6] android: camera_stream: Add thread safety annotation",
            "mbox": "https://patchwork.libcamera.org/patch/14411/mbox/"
        },
        {
            "id": 14412,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14412/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14412/",
            "msgid": "<20211029041424.1430886-6-hiroh@chromium.org>",
            "date": "2021-10-29T04:14:23",
            "name": "[libcamera-devel,RFC,5/6] android: camera_device: Add thread safety annotation",
            "mbox": "https://patchwork.libcamera.org/patch/14412/mbox/"
        },
        {
            "id": 14413,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/14413/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/14413/",
            "msgid": "<20211029041424.1430886-7-hiroh@chromium.org>",
            "date": "2021-10-29T04:14:24",
            "name": "[libcamera-devel,RFC,6/6] android: camera_request: Add thread safety annotation",
            "mbox": "https://patchwork.libcamera.org/patch/14413/mbox/"
        }
    ]
}