IotHub Nouvenn
  1. Group
IotHub Nouvenn
  • API
    • 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
        • Get a Talq Group
          GET
  • Docs TALQ
    • Visão Geral do Projeto
    • Processo de Inicialização - Bootstrap Process
    • API TALQ
  1. Group

Get a Talq Group

GET
/talq/groups/{groupAddress}
Get a single group

Request

Path Params

Query 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 -g --request GET 'https://iot.exati.com.br/talq/groups/bb845014-ec90-4799-8737-c45a3621c644?clientAddress={{gateway-uuid}}'

Responses

🟢200OK
application/json
The found group
Body

Example
{
    "address": "string",
    "name": "string",
    "ownerCMS": "string",
    "members": [
        {
            "resource": "groups",
            "address": "string"
        }
    ],
    "purpose": "unknown"
}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-07-31 11:27:37
Previous
List Talq Groups
Next
Visão Geral do Projeto