Show a series.

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

{
    "id": 750,
    "url": "https://patchwork.libcamera.org/api/series/750/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=750",
    "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": "Add an option to enable rendering YUV frame by OpenGL shader",
    "date": "2020-03-20T08:50:26",
    "submitter": {
        "id": 24,
        "url": "https://patchwork.libcamera.org/api/people/24/?format=api",
        "name": "Show Liu",
        "email": "show.liu@linaro.org"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/750/mbox/",
    "cover_letter": {
        "id": 3220,
        "url": "https://patchwork.libcamera.org/api/covers/3220/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/3220/",
        "msgid": "<20200320085029.17875-1-show.liu@linaro.org>",
        "date": "2020-03-20T08:50:26",
        "name": "[libcamera-devel,RFC,0/3] Add an option to enable rendering YUV frame by OpenGL shader",
        "mbox": "https://patchwork.libcamera.org/cover/3220/mbox/"
    },
    "patches": [
        {
            "id": 3221,
            "url": "https://patchwork.libcamera.org/api/patches/3221/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3221/",
            "msgid": "<20200320085029.17875-2-show.liu@linaro.org>",
            "date": "2020-03-20T08:50:27",
            "name": "[libcamera-devel,RFC,1/3] Added statusbar to show the camera stream configuration",
            "mbox": "https://patchwork.libcamera.org/patch/3221/mbox/"
        },
        {
            "id": 3222,
            "url": "https://patchwork.libcamera.org/api/patches/3222/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3222/",
            "msgid": "<20200320085029.17875-3-show.liu@linaro.org>",
            "date": "2020-03-20T08:50:28",
            "name": "[libcamera-devel,RFC,2/3] Added opengl widget class for qcam",
            "mbox": "https://patchwork.libcamera.org/patch/3222/mbox/"
        },
        {
            "id": 3223,
            "url": "https://patchwork.libcamera.org/api/patches/3223/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3223/",
            "msgid": "<20200320085029.17875-4-show.liu@linaro.org>",
            "date": "2020-03-20T08:50:29",
            "name": "[libcamera-devel,RFC,3/3] qcam: added an option to enable rendering via OpenGL shader",
            "mbox": "https://patchwork.libcamera.org/patch/3223/mbox/"
        }
    ]
}