Get all device attributes for the current client and device
Request samples
curl --location --request GET 'https://iot.exati.com.br/guia/attributes' \
--header 'x-guia-uuid;'
Responses
application/json
List of attributes found.
[
{
"name": "string",
"description": "string",
"minValue": 0,
"maxValue": 0,
"regex": "string",
"readOnly": true,
"enumValues": [
"string"
],
"unit": "string",
"vendorUuid": "string",
"scope": "measurement",
"type": "AttributeBinary",
"commands": {},
"types": {}
}
]
Modified at 2025-07-31 10:42:54