Show a series.

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

{
    "id": 487,
    "url": "https://patchwork.libcamera.org/api/1.1/series/487/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=487",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "Fix udev device enumerator with V4L2 M2M devices",
    "date": "2019-09-12T20:03:26",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/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/487/mbox/",
    "cover_letter": {
        "id": 1959,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/1959/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/1959/",
        "msgid": "<20190912200330.19004-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-09-12T20:03:26",
        "name": "[libcamera-devel,0/4] Fix udev device enumerator with V4L2 M2M devices",
        "mbox": "https://patchwork.libcamera.org/cover/1959/mbox/"
    },
    "patches": [
        {
            "id": 1960,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1960/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1960/",
            "msgid": "<20190912200330.19004-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-09-12T20:03:27",
            "name": "[libcamera-devel,1/4] libcamera: device_enumerator: Move lookupDeviceNode() to child classes",
            "mbox": "https://patchwork.libcamera.org/patch/1960/mbox/"
        },
        {
            "id": 1961,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1961/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1961/",
            "msgid": "<20190912200330.19004-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-09-12T20:03:28",
            "name": "[libcamera-devel,2/4] libcamera: device_enumerator_udev: Delay device node lookup",
            "mbox": "https://patchwork.libcamera.org/patch/1961/mbox/"
        },
        {
            "id": 1962,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1962/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1962/",
            "msgid": "<20190912200330.19004-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-09-12T20:03:29",
            "name": "[libcamera-devel,3/4] libcamera: device_enumerator_udev: Avoid double list lookup",
            "mbox": "https://patchwork.libcamera.org/patch/1962/mbox/"
        },
        {
            "id": 1963,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1963/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1963/",
            "msgid": "<20190912200330.19004-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-09-12T20:03:30",
            "name": "[libcamera-devel,4/4] libcamera: device_enumerator_udev: Support entities sharing device nodes",
            "mbox": "https://patchwork.libcamera.org/patch/1963/mbox/"
        }
    ]
}