IotHub TALQ
  1. Functions
IotHub TALQ
  • API
    • Guia
      • Vendor
        • Create a Guia Vendor
        • List Guia Vendors
        • Modify a Guia Vendor
        • Modify a Guia Photo Vendor
      • Devices
        • List Guia Devices
        • Get a Guia Device
        • Get a Guia Device Attribute History
        • List Guia Gateways
        • Modify devices
        • Modify device
        • Modify device function
        • Modify device - Set External Id
        • Modify device function attribute
        • Modify a Guia Change Asset Device
        • Create a Guia Device From Identified Material
        • Create a Guia Device Multiple From Identified Material
      • Device classes
        • List Guia Device Classes
        • Get a Guia Device Class
        • List Guia Device Class Functions
      • Functions
        • List Guia Functions
          GET
        • List Guia Function Attributes
          GET
        • List Guia Function Types
          GET
      • Attributes
        • List Guia Attributes get
        • List Guia Function Attributes
      • Groups
        • Create a Guia Group
        • List Guia Groups
        • Get a Guia Group
        • Get Count
        • Get a Guia Group Member Count
        • Update Groups
        • Update a Guia Group
        • Update a Guia Group Member
        • Delete a Guia Group
        • Delete a Guia Group Member
    • TALQ
      • Device Class
        • Create a Talq Device Class
        • Update Talq Device Class
        • Delete a Talq Device Class
        • Update a Talq Device Class
      • Device
        • Create a Talq Device
        • List Talq Devices
        • Modify a Talq Device
        • Update Talq Devices
        • Delete a Talq Device
        • Get a Talq Device
        • Modify a Talq Device patch
        • Update a Talq Device
        • Get a Talq Device Function
        • Get a Talq Device Attribute
      • Services
        • Create a Talq Service
      • Group
        • List Talq Groups
        • Get a Talq Group
    • Google Pub
      • Sub
        • List Pubsub Failed Messages
        • Get a Pubsub Failed Message
        • Delete a Pubsub Failed Message
        • Create a Pubsub Guia Device Multiple Devices Partial Update
        • Create a Pubsub Guia Device Partial Device Update
        • Create a Pubsub Guia Device Attribute Value Update
        • Create a Pubsub Guia Device Function Update
        • Create a Pubsub Guia Device Set External Id
        • Create a Pubsub Vendor Dispatcher Dispatch
    • Clients
      • Create a Client
      • Modify a Client Synchronize
    • Vendors
      • Create a Vendor
      • List Vendors
      • Create a Vendor Client Service Cod
      • Get a Vendor Client Service Cod
      • Delete a Vendor Client Service Cod
    • Health Check
      • List Health
  • Docs TALQ
    • Visão Geral do Projeto
    • Processo de Inicialização - Bootstrap Process
    • API TALQ
    • API GUIA
    • Tratamento de Erros
    • Configurações da instância
    • Sobreposição de comandos
  1. Functions

List Guia Function Attributes

GET
/guia/functions/{functionUuid}/attributes
Query attributes of a function specified by the function uuid

Request

Path Params

Query Params

Header 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 --request GET 'https://iot.exati.com.br/guia/functions/f47aa372-d7c7-46bd-8728-409a82fffc9d/attributes' \
--header 'x-guia-uuid;'

Responses

🟢200OK
application/json
Queried the attributes related to the specified funcion
Body

Example
[
    {
        "id_attribute": 0,
        "name": "string",
        "uuid": "string",
        "id_function": 0,
        "description": "string",
        "min_value": 0,
        "max_value": 0,
        "regex": "string",
        "read_only": true,
        "enum_values": [
            "string"
        ],
        "id_unit": 0,
        "id_attribute_type": 0,
        "id_attribute_scope": 0,
        "id_vendor": 0,
        "function": {
            "id_function": 0,
            "uuid": "string",
            "name": "string",
            "description": "string",
            "id_function_type": 0,
            "id_device_class": 0,
            "deviceClass": {
                "id_device_class": 0,
                "name": "string",
                "uuid": "string",
                "description": "string",
                "id_vendor": 0,
                "id_client": 0,
                "id_gateway": 0,
                "vendor": {
                    "id_vendor": 0,
                    "name": "string",
                    "uuid": "string",
                    "deviceClasses": [
                        {}
                    ]
                },
                "functions": [
                    {}
                ],
                "devices": [
                    {
                        "id_device": 0,
                        "uuid": "string",
                        "external_id": "string",
                        "name": "string",
                        "id_device_class": 0,
                        "deviceClass": {}
                    }
                ]
            },
            "attributes": [
                {}
            ],
            "events": [
                {
                    "id_event": 0,
                    "name": "string",
                    "description": "string",
                    "id_function": 0,
                    "id_event_type": 0,
                    "id_service": 0,
                    "function": {},
                    "eventType": {
                        "id_event_type": 0,
                        "name": "string",
                        "description": "string"
                    }
                }
            ],
            "functionType": {
                "id_function_type": 0,
                "name": "string",
                "description": "string",
                "id_vendor": 0
            },
            "attributeValues": [
                {
                    "id_attribute_value": 0,
                    "id_attribute": 0,
                    "id_device": 0,
                    "id_function": 0,
                    "value": "string",
                    "attr_timestamp": "2019-08-24T14:15:22Z",
                    "tag": "string",
                    "created_at": "2019-08-24T14:15:22Z",
                    "device": {
                        "id_device": 0,
                        "uuid": "string",
                        "external_id": "string",
                        "name": "string",
                        "id_device_class": 0,
                        "deviceClass": {
                            "id_device_class": 0,
                            "name": "string",
                            "uuid": "string",
                            "description": "string",
                            "id_vendor": 0,
                            "id_client": 0,
                            "id_gateway": 0,
                            "vendor": {
                                "id_vendor": 0,
                                "name": "string",
                                "uuid": "string",
                                "deviceClasses": [
                                    {}
                                ]
                            },
                            "functions": [
                                {}
                            ],
                            "devices": [
                                {}
                            ]
                        }
                    },
                    "function": {},
                    "attribute": {}
                }
            ]
        },
        "attribute_scope": {
            "id_attribute_scope": 0,
            "name": "string",
            "attributes": [
                {}
            ]
        },
        "attribute_type": {
            "id_attribute_type": 0,
            "name": "string",
            "description": "string",
            "attributes": {}
        },
        "unit": {
            "id_unit": 0,
            "name": "string"
        },
        "vendor": {
            "id_vendor": 0,
            "name": "string",
            "uuid": "string",
            "deviceClasses": [
                {
                    "id_device_class": 0,
                    "name": "string",
                    "uuid": "string",
                    "description": "string",
                    "id_vendor": 0,
                    "id_client": 0,
                    "id_gateway": 0,
                    "vendor": {},
                    "functions": [
                        {
                            "id_function": 0,
                            "uuid": "string",
                            "name": "string",
                            "description": "string",
                            "id_function_type": 0,
                            "id_device_class": 0,
                            "deviceClass": {},
                            "attributes": [
                                {}
                            ],
                            "events": [
                                {
                                    "id_event": 0,
                                    "name": "string",
                                    "description": "string",
                                    "id_function": 0,
                                    "id_event_type": 0,
                                    "id_service": 0,
                                    "function": {},
                                    "eventType": {
                                        "id_event_type": 0,
                                        "name": "string",
                                        "description": "string"
                                    }
                                }
                            ],
                            "functionType": {
                                "id_function_type": 0,
                                "name": "string",
                                "description": "string",
                                "id_vendor": 0
                            },
                            "attributeValues": [
                                {
                                    "id_attribute_value": 0,
                                    "id_attribute": 0,
                                    "id_device": 0,
                                    "id_function": 0,
                                    "value": "string",
                                    "attr_timestamp": "2019-08-24T14:15:22Z",
                                    "tag": "string",
                                    "created_at": "2019-08-24T14:15:22Z",
                                    "device": {
                                        "id_device": 0,
                                        "uuid": "string",
                                        "external_id": "string",
                                        "name": "string",
                                        "id_device_class": 0,
                                        "deviceClass": {}
                                    },
                                    "function": {},
                                    "attribute": {}
                                }
                            ]
                        }
                    ],
                    "devices": [
                        {
                            "id_device": 0,
                            "uuid": "string",
                            "external_id": "string",
                            "name": "string",
                            "id_device_class": 0,
                            "deviceClass": {}
                        }
                    ]
                }
            ]
        }
    }
]
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-07-31 10:31:05
Previous
List Guia Functions
Next
List Guia Function Types