curl --location --request GET 'https://iot.exati.com.br/guia/functions' \
--header 'x-guia-uuid;'
[
{
"name": "string",
"uuid": "string",
"description": "string",
"type": "string",
"events": [
{
"name": "string",
"description": "string",
"uuid": "string",
"functionUuid": "string",
"type": "string"
}
],
"deviceClassUuids": [
"string"
],
"attributes": [
{
"uuid": "string",
"name": "string",
"description": "string",
"minValue": 0,
"maxValue": 0,
"regex": "string",
"readOnly": true,
"enumValues": [
"string"
],
"unit": "string",
"vendorUuid": "string",
"commands": {
"scope": "default",
"attributes": "reason",
"states": [
{
"name": "IntegerState"
}
],
"levels": [
{
"start": 0,
"end": 0
}
]
},
"scope": "measurement",
"type": "AttributeBinary",
"value": {
"name": "string",
"type": "AttributeBinary",
"timestamp": null,
"value": null,
"tag": "string"
},
"valueHistory": {
"name": "string",
"type": "AttributeBinary",
"timestamp": null,
"value": null,
"tag": "string"
},
"function": {
"uuid": "string",
"name": "string"
},
"uuidFunction": "string",
"types": {}
}
],
"vendorAttributes": [
{}
]
}
]