Show a series.

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

{
    "id": 1954,
    "url": "https://patchwork.libcamera.org/api/series/1954/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1954",
    "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": "ipu3: Enable to handle a number of concurrent requests",
    "date": "2021-04-21T06:48:45",
    "submitter": {
        "id": 63,
        "url": "https://patchwork.libcamera.org/api/people/63/?format=api",
        "name": "Hirokazu Honda",
        "email": "hiroh@chromium.org"
    },
    "version": 4,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1954/mbox/",
    "cover_letter": {
        "id": 12025,
        "url": "https://patchwork.libcamera.org/api/covers/12025/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12025/",
        "msgid": "<20210421064847.324118-1-hiroh@chromium.org>",
        "date": "2021-04-21T06:48:45",
        "name": "[libcamera-devel,v4,0/2] ipu3: Enable to handle a number of concurrent requests",
        "mbox": "https://patchwork.libcamera.org/cover/12025/mbox/"
    },
    "patches": [
        {
            "id": 12026,
            "url": "https://patchwork.libcamera.org/api/patches/12026/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12026/",
            "msgid": "<20210421064847.324118-2-hiroh@chromium.org>",
            "date": "2021-04-21T06:48:46",
            "name": "[libcamera-devel,v4,1/2] pipeline: ipu3: Store requests in the case a buffer shortage",
            "mbox": "https://patchwork.libcamera.org/patch/12026/mbox/"
        },
        {
            "id": 12027,
            "url": "https://patchwork.libcamera.org/api/patches/12027/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12027/",
            "msgid": "<20210421064847.324118-3-hiroh@chromium.org>",
            "date": "2021-04-21T06:48:47",
            "name": "[libcamera-devel,v4,2/2] libcamera: ipu3: Try queuing pending requests if a buffer is available",
            "mbox": "https://patchwork.libcamera.org/patch/12027/mbox/"
        }
    ]
}