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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.