Show a series.

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

{
    "id": 543,
    "url": "https://patchwork.libcamera.org/api/series/543/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=543",
    "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] Documentation: coding-style: Document usage of C compatibility headers",
    "date": "2019-10-23T13:52:55",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/543/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2211,
            "url": "https://patchwork.libcamera.org/api/patches/2211/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2211/",
            "msgid": "<20191023135258.32256-1-laurent.pinchart@ideasonboard.com>",
            "date": "2019-10-23T13:52:55",
            "name": "[libcamera-devel,1/4] Documentation: coding-style: Document usage of C compatibility headers",
            "mbox": "https://patchwork.libcamera.org/patch/2211/mbox/"
        },
        {
            "id": 2212,
            "url": "https://patchwork.libcamera.org/api/patches/2212/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2212/",
            "msgid": "<20191023135258.32256-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-10-23T13:52:56",
            "name": "[libcamera-devel,2/4] Documentation: coding-style: Document order of includes",
            "mbox": "https://patchwork.libcamera.org/patch/2212/mbox/"
        },
        {
            "id": 2213,
            "url": "https://patchwork.libcamera.org/api/patches/2213/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2213/",
            "msgid": "<20191023135258.32256-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-10-23T13:52:57",
            "name": "[libcamera-devel,3/4] utils: checkstyle.py: Add include checker",
            "mbox": "https://patchwork.libcamera.org/patch/2213/mbox/"
        },
        {
            "id": 2214,
            "url": "https://patchwork.libcamera.org/api/patches/2214/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2214/",
            "msgid": "<20191023135258.32256-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-10-23T13:52:58",
            "name": "[libcamera-devel,4/4] libcamera: Standardise on C compatibility headers",
            "mbox": "https://patchwork.libcamera.org/patch/2214/mbox/"
        }
    ]
}