IotHub
  1. Logger Configs
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 a Talq Group
      • Logger Configs
        • Get Logger Config
          GET
      • Log Reports
        • Send log report
    • Tier 4
      • Visão Geral
  1. Logger Configs

Get Logger Config

Developing
GET
/talq/logger-configs/{loggerAddress}

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/logger-configs/950da180-e0d4-4500-aa7c-0d6d187776ca?clientAddress='

Responses

🟠404Record Not Found
application/json
Body

Example
[
    {
        "key": "string",
        "description": "string",
        "references": [
            {
                "address": {
                    "resource": "string",
                    "address": "string"
                }
            }
        ]
    }
]
Modified at 2025-11-21 17:39:39
Previous
Get a Talq Group
Next
Send log report