v1

latestOpenAPI 3.0.02026-07-2671142187.3 KB
Device

Get Device Information

This operation requires the provided API key to have General permission set to 'Read' or higher, and Settings permission set to 'Read' or higher.

get/devices/{code}

Path parameters

codestring required

Four Digit Alphanumeric Code

Response

OK

codestring

Code of the device.

dateCreatedstring

Date and time when the device was created in the format "YYYY-MM-DD HH:MM:SS"

Example response

{
  "code": "ABC1",
  "dateCreated": "2024-02-09 14:08:08"
}