IotHub
  1. Group
IotHub
  • 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 a Talq Group
  • Docs TALQ
    • Introdução à especificação TALQ
    • Visão geral da API TALQ
    • Bootstrap process
    • Tier 1
      • Visão Geral
      • Solicitações
        • Criar Solicitação
        • Cancelar Solicitação
    • Tier 2
      • Visão geral
      • Bootstrap process
        • Device discovery
        • Classes discovery
        • Services announcement
        • Gateway update
        • Gateway class announcement
        • Gateway announcement
      • Device Class
        • Create a Talq Device Class
        • Update Talq Device Class
        • Delete a Talq Device Class
        • Update a Talq Device Class
      • Device
        • Get a Talq Device
        • Create a Talq Device
        • List Talq Devices
        • Modify a Talq Device
        • Update Talq Devices
        • Delete a Talq Device
        • Modify a Talq Device patch
        • Update a Talq Device
        • Get a Talq Device Function
        • Get a Talq Device Attribute
    • Tier 3
      • Visão Geral
      • Group
        • List Talq Groups
          GET
        • Get a Talq Group
          GET
      • Logger Configs
        • Get Logger Config
      • Log Reports
        • Send log report
    • Tier 4
      • Visão Geral
  1. Group

Get a Talq Group

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

Request

Path Params

Query Params

Request Code 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/staging/talq/groups/bb845014-ec90-4799-8737-c45a3621c644?clientAddress='

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-11-21 17:40:28
Previous
List Talq Groups
Next
Get Logger Config