Skip to main content
GET
Reporte de resumen de reclamos 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

asOf
string
requerido

The instant the open-claims-past-deadline COUNT was evaluated (RFC 3339 UTC).

Ejemplo:

"2026-06-21T12:00:00Z"

buckets
object[] | null
requerido

COUNT(*) buckets grouped by (claimType, status) over claims requested in the window.

countOnly
boolean
requerido

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

Ejemplo:

true

openClaimsPastDeadline
integer<int64>
requerido

COUNT of currently-open claims whose 7-day deadline has passed (a count, never a position). Current-state, not window-filtered.

Ejemplo:

3

window
object
requerido

Echo of the resolved report window.