Query the details of the specified device class linked to the current Guia client.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Request Code Samples
curl --location --request GET 'https://iot.exati.com.br/staging/guia/device-classes/4e7a9f61-9cac-4df3-8c0f-1cd29c696baf?omitDevices=false' \
--header 'x-guia-uuid;' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json
The details of device class specified.
{
"name": "string",
"functions": [],
"vendorUuid": "string",
"uuid": "string",
"gatewayUuid": "string"
}
Modified at 2025-07-31 10:27:13