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

List Talq Groups

GET
/talq/groups
Get the list of groups.

Request

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?clientAddress={{gateway-uuid}}'

Responses

🟢200OK
application/json
The list of groups
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-30 17:38:58
Previous
Create a Talq Service
Next
Get a Talq Group