Show a series.

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

{
    "id": 47,
    "url": "https://patchwork.libcamera.org/api/series/47/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=47",
    "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/3] libcamera: media_device: Add DeviceInfo features",
    "date": "2019-01-02T00:49:01",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/47/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 127,
            "url": "https://patchwork.libcamera.org/api/patches/127/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/127/",
            "msgid": "<20190102004903.24190-1-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-02T00:49:01",
            "name": "[libcamera-devel,1/3] libcamera: media_device: Add DeviceInfo features",
            "mbox": "https://patchwork.libcamera.org/patch/127/mbox/"
        },
        {
            "id": 128,
            "url": "https://patchwork.libcamera.org/api/patches/128/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/128/",
            "msgid": "<20190102004903.24190-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-02T00:49:02",
            "name": "[libcamera-devel,2/3] libcamera: MediaDevice: Create entities with major and minor numbers",
            "mbox": "https://patchwork.libcamera.org/patch/128/mbox/"
        },
        {
            "id": 129,
            "url": "https://patchwork.libcamera.org/api/patches/129/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/129/",
            "msgid": "<20190102004903.24190-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-02T00:49:03",
            "name": "[libcamera-devel,3/3] libcamera: device_enumerator: Use MediaDevice",
            "mbox": "https://patchwork.libcamera.org/patch/129/mbox/"
        }
    ]
}