Show a series.

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

{
    "id": 267,
    "url": "https://patchwork.libcamera.org/api/series/267/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=267",
    "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] meson: fix build when sys/auxv.h and getauxval() are not present",
    "date": "2019-04-23T16:04:48",
    "submitter": {
        "id": 16,
        "url": "https://patchwork.libcamera.org/api/people/16/?format=api",
        "name": "Giulio Benetti",
        "email": "giulio.benetti@micronovasrl.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/267/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 1098,
            "url": "https://patchwork.libcamera.org/api/patches/1098/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1098/",
            "msgid": "<20190423160448.116834-1-giulio.benetti@micronovasrl.com>",
            "date": "2019-04-23T16:04:48",
            "name": "[libcamera-devel] meson: fix build when sys/auxv.h and getauxval() are not present",
            "mbox": "https://patchwork.libcamera.org/patch/1098/mbox/"
        }
    ]
}