Show a series.

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

{
    "id": 1857,
    "url": "https://patchwork.libcamera.org/api/series/1857/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1857",
    "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": "Enable handling a number of capture requests",
    "date": "2021-03-29T02:26:02",
    "submitter": {
        "id": 63,
        "url": "https://patchwork.libcamera.org/api/people/63/?format=api",
        "name": "Hirokazu Honda",
        "email": "hiroh@chromium.org"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1857/mbox/",
    "cover_letter": {
        "id": 11754,
        "url": "https://patchwork.libcamera.org/api/covers/11754/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11754/",
        "msgid": "<20210329022604.110201-1-hiroh@chromium.org>",
        "date": "2021-03-29T02:26:02",
        "name": "[libcamera-devel,RFC,0/2] Enable handling a number of capture requests",
        "mbox": "https://patchwork.libcamera.org/cover/11754/mbox/"
    },
    "patches": [
        {
            "id": 11755,
            "url": "https://patchwork.libcamera.org/api/patches/11755/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11755/",
            "msgid": "<20210329022604.110201-2-hiroh@chromium.org>",
            "date": "2021-03-29T02:26:03",
            "name": "[libcamera-devel,RFC,1/2] libcamera: CameraData: Change queuedRequests_ type to std::dequeue",
            "mbox": "https://patchwork.libcamera.org/patch/11755/mbox/"
        },
        {
            "id": 11756,
            "url": "https://patchwork.libcamera.org/api/patches/11756/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11756/",
            "msgid": "<20210329022604.110201-3-hiroh@chromium.org>",
            "date": "2021-03-29T02:26:04",
            "name": "[libcamera-devel,RFC,2/2] libcamera: PipelineHandler: Retry queuing a capture request",
            "mbox": "https://patchwork.libcamera.org/patch/11756/mbox/"
        }
    ]
}