v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
Devices

Retrieving a device.

Retrieves a particular device.

get/devices/{deviceId}

Path parameters

deviceIdstring required

The ID of the device.

Response

The device was successfully retrieved.

idstring required

The ID of the device.

namestring required

The name of the device.

Example response

{
  "id": "4171ae2b-843f-405b-922d-b1e89921f24f",
  "name": "Falcon - 123 Main St",
  "network": {
    "id": "72d97364-3f45-4e16-ae52-631aea3141cc",
    "name": "Little Rock AR PD"
  }
}