Skip to main content
GET
Relatório de resumo de chaves DICT (somente COUNT)

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

fromDate
string
obrigatório

Inclusive start of the report window (YYYY-MM-DD UTC). Required.

Exemplo:

"2026-06-01"

toDate
string
obrigatório

Inclusive end of the report window (YYYY-MM-DD UTC). Required. The window may not exceed 92 days.

Exemplo:

"2026-06-30"

groupByParticipant
boolean

Optional: when true, adds the per-indirect-participant dimension to the COUNT(*) GROUP BY. COUNT-only either way.

Exemplo:

false

Resposta

OK

buckets
object[] | null
obrigatório

COUNT(*) buckets grouped by (keyType, status) over keys registered in the window.

countOnly
boolean
obrigatório

Always true — DICT summaries are COUNT-only (no monetary field).

Exemplo:

true

window
object
obrigatório

Echo of the resolved report window.