Show a series.

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

{
    "id": 1904,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1904/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1904",
    "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": "ipu3: Enable to handle a number of concurrent requests",
    "date": "2021-04-08T08:50:58",
    "submitter": {
        "id": 63,
        "url": "https://patchwork.libcamera.org/api/1.1/people/63/?format=api",
        "name": "Hirokazu Honda",
        "email": "hiroh@chromium.org"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1904/mbox/",
    "cover_letter": {
        "id": 11866,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/11866/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11866/",
        "msgid": "<20210408085101.1691729-1-hiroh@chromium.org>",
        "date": "2021-04-08T08:50:58",
        "name": "[libcamera-devel,RFC,v3,0/3] ipu3: Enable to handle a number of concurrent requests",
        "mbox": "https://patchwork.libcamera.org/cover/11866/mbox/"
    },
    "patches": [
        {
            "id": 11867,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11867/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11867/",
            "msgid": "<20210408085101.1691729-2-hiroh@chromium.org>",
            "date": "2021-04-08T08:50:59",
            "name": "[libcamera-devel,RFC,v3,1/3] pipeline: ipu3: Store requests in the case a buffer shortage",
            "mbox": "https://patchwork.libcamera.org/patch/11867/mbox/"
        },
        {
            "id": 11868,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11868/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11868/",
            "msgid": "<20210408085101.1691729-3-hiroh@chromium.org>",
            "date": "2021-04-08T08:51:00",
            "name": "[libcamera-devel,RFC,v3,2/3] libcamera: ipu3: Try queuing pending requests if a buffer is available",
            "mbox": "https://patchwork.libcamera.org/patch/11868/mbox/"
        },
        {
            "id": 11869,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11869/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11869/",
            "msgid": "<20210408085101.1691729-4-hiroh@chromium.org>",
            "date": "2021-04-08T08:51:01",
            "name": "[libcamera-devel,RFC,v3,3/3] libcamera: ipu3: Cancel pending requests correctly",
            "mbox": "https://patchwork.libcamera.org/patch/11869/mbox/"
        }
    ]
}