Get a Guia Device Attribute History
Returns the specified device's attribute value history
Request samples
curl --location -g --request GET 'https://iot.exati.com.br/guia/devices/{{device-uuid}}/attribute-history' \
--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:15:17