Show a series.

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

{
    "id": 2021,
    "url": "https://patchwork.libcamera.org/api/series/2021/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2021",
    "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": "[libcamera-devel,v5,1/2] pipeline: ipu3: Store requests in the case a buffer shortage",
    "date": "2021-05-13T02:29:45",
    "submitter": {
        "id": 63,
        "url": "https://patchwork.libcamera.org/api/people/63/?format=api",
        "name": "Hirokazu Honda",
        "email": "hiroh@chromium.org"
    },
    "version": 5,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2021/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 12257,
            "url": "https://patchwork.libcamera.org/api/patches/12257/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12257/",
            "msgid": "<20210513022946.2194341-1-hiroh@chromium.org>",
            "date": "2021-05-13T02:29:45",
            "name": "[libcamera-devel,v5,1/2] pipeline: ipu3: Store requests in the case a buffer shortage",
            "mbox": "https://patchwork.libcamera.org/patch/12257/mbox/"
        },
        {
            "id": 12258,
            "url": "https://patchwork.libcamera.org/api/patches/12258/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12258/",
            "msgid": "<20210513022946.2194341-2-hiroh@chromium.org>",
            "date": "2021-05-13T02:29:46",
            "name": "[libcamera-devel,v5,2/2] libcamera: ipu3: Try queuing pending requests if a buffer is available",
            "mbox": "https://patchwork.libcamera.org/patch/12258/mbox/"
        }
    ]
}