Device Information

Operations in the Device Information group will provide the last known properties of a given device, even if that device is not currently connected to the network.

Get information about all devices present on the system

Warning: Do not use this for time sensitive retrieval.

The device information is currently snapshotted on an interval

SecurityOAuth2 or ApiKey
Responses
200

Response success

401

Unauthorized access, invalid credentials were used.

get/devices
Request samples
Response samples
application/json
[
  • {
    }
]

Get detailed information about a specific device

Warning: Do not use this for time sensitive retrieval.

The device information is currently snapshotted on an interval

SecurityOAuth2 or ApiKey
Request
path Parameters
address
required
string

Address of the device (usually it's MAC address)

Responses
200

Response success

401

Unauthorized access, invalid credentials were used.

404

Resource was not found.

get/devices/{address}
Request samples
Response samples
application/json
{
  • "DeviceID": "00:AA:BB:CC:DD:EE",
  • "Position": [
    ],
  • "Orientation": [
    ],
  • "DeviceFlags": 3,
  • "AlertState": "active",
  • "FirmwareHash": "ec95199c",
  • "FirmwareVersion": "0.10.0",
  • "DeviceType": "anchor",
  • "LastUpdateTime": "2019-08-24T14:15:22Z",
  • "BatteryLevel": 0.85,
  • "LastGatewaySource": "ZK://501::3F2504E0-4F89-11D3-9A0C-0305E82C3301::UDP::10.0.0.220:10000"
}