Get the list of all devices, their functions and attributes. This operation supports pagination optionally, by providing the query params offset and/or limit. When 'limit' is present but 'offset' is not, the result shall start with the first device of the list. If no 'limit' parameter is provided, but only an 'offset', the CMS default limit is used.
Request
Query Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://iot.exati.com.br/talq/devices?clientAddress={{gateway-uuid}}&deviceClasses=cls:AllAttributes&offset=0&limit=1'
Responses
🟢200OK
application/json
The list of all devices if pagination is not active or the configured number of devices if it is active.