Skip to main content
GET
Relatório de resumo de reivindicações 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

asOf
string
obrigatório

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

Exemplo:

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

buckets
object[] | null
obrigatório

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

countOnly
boolean
obrigatório

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

Exemplo:

true

openClaimsPastDeadline
integer<int64>
obrigatório

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

Exemplo:

3

window
object
obrigatório

Echo of the resolved report window.