Skip to main content
GET
Reporte de resumen de claves DICT (solo COUNT)

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

fromDate
string
requerido

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

Ejemplo:

"2026-06-01"

toDate
string
requerido

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

Ejemplo:

"2026-06-30"

groupByParticipant
boolean

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

Ejemplo:

false

Respuesta

OK

buckets
object[] | null
requerido

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

countOnly
boolean
requerido

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

Ejemplo:

true

window
object
requerido

Echo of the resolved report window.