v1

latestOpenAPI 3.0.02026-07-2671142187.3 KB
Device

Get Devices

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

Query parameters

codestring

Four Digit Alphanumeric Code. Can be a partial match.

limitinteger

Specifies the maximum number of devices to be returned in one request. The maximum allowed limit is 100 objects per request. If not specified, the default limit is 100 objects.

offsetinteger

Specifies the offset of the results you want to retrieve. Note: offset and page cannot be used simultaneously.

pageinteger

Specifies the page number of the results you want to retrieve. Note: offset and page cannot be used simultaneously.

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