Show a series.

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

{
    "id": 1360,
    "url": "https://patchwork.libcamera.org/api/series/1360/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1360",
    "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,1/4] cam: options: fix access to uninit variable",
    "date": "2020-10-07T09:22:36",
    "submitter": {
        "id": 70,
        "url": "https://patchwork.libcamera.org/api/people/70/?format=api",
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@iki.fi"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1360/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 9988,
            "url": "https://patchwork.libcamera.org/api/patches/9988/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9988/",
            "msgid": "<20201007092239.41704-1-tomi.valkeinen@iki.fi>",
            "date": "2020-10-07T09:22:36",
            "name": "[libcamera-devel,1/4] cam: options: fix access to uninit variable",
            "mbox": "https://patchwork.libcamera.org/patch/9988/mbox/"
        },
        {
            "id": 9989,
            "url": "https://patchwork.libcamera.org/api/patches/9989/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9989/",
            "msgid": "<20201007092239.41704-2-tomi.valkeinen@iki.fi>",
            "date": "2020-10-07T09:22:37",
            "name": "[libcamera-devel,2/4] meson: enable no-psabi for gcc 9+",
            "mbox": "https://patchwork.libcamera.org/patch/9989/mbox/"
        },
        {
            "id": 9991,
            "url": "https://patchwork.libcamera.org/api/patches/9991/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9991/",
            "msgid": "<20201007092239.41704-3-tomi.valkeinen@iki.fi>",
            "date": "2020-10-07T09:22:38",
            "name": "[libcamera-devel,3/4] cam: fix use of uninitialized field",
            "mbox": "https://patchwork.libcamera.org/patch/9991/mbox/"
        },
        {
            "id": 9990,
            "url": "https://patchwork.libcamera.org/api/patches/9990/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9990/",
            "msgid": "<20201007092239.41704-4-tomi.valkeinen@iki.fi>",
            "date": "2020-10-07T09:22:39",
            "name": "[libcamera-devel,4/4] vimc: fix close(-1)",
            "mbox": "https://patchwork.libcamera.org/patch/9990/mbox/"
        }
    ]
}