Show a series.

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

{
    "id": 1403,
    "url": "https://patchwork.libcamera.org/api/series/1403/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1403",
    "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] Add .clang-tidy",
    "date": "2020-10-22T08:17:28",
    "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/1403/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 10194,
            "url": "https://patchwork.libcamera.org/api/patches/10194/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10194/",
            "msgid": "<20201022081731.36217-1-tomi.valkeinen@iki.fi>",
            "date": "2020-10-22T08:17:28",
            "name": "[libcamera-devel,1/4] Add .clang-tidy",
            "mbox": "https://patchwork.libcamera.org/patch/10194/mbox/"
        },
        {
            "id": 10195,
            "url": "https://patchwork.libcamera.org/api/patches/10195/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10195/",
            "msgid": "<20201022081731.36217-2-tomi.valkeinen@iki.fi>",
            "date": "2020-10-22T08:17:29",
            "name": "[libcamera-devel,2/4] pipeline: raspberrypi: return an error if setFormat() fails",
            "mbox": "https://patchwork.libcamera.org/patch/10195/mbox/"
        },
        {
            "id": 10196,
            "url": "https://patchwork.libcamera.org/api/patches/10196/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10196/",
            "msgid": "<20201022081731.36217-3-tomi.valkeinen@iki.fi>",
            "date": "2020-10-22T08:17:30",
            "name": "[libcamera-devel,3/4] libcamera: pipeline: simple: return from match() on error",
            "mbox": "https://patchwork.libcamera.org/patch/10196/mbox/"
        },
        {
            "id": 10197,
            "url": "https://patchwork.libcamera.org/api/patches/10197/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10197/",
            "msgid": "<20201022081731.36217-4-tomi.valkeinen@iki.fi>",
            "date": "2020-10-22T08:17:31",
            "name": "[libcamera-devel,4/4] HACK: suppress clang-tidy warnings",
            "mbox": "https://patchwork.libcamera.org/patch/10197/mbox/"
        }
    ]
}