Skip to main content
GET
DICT claims-summary report (COUNT-only)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

fromDate
string
required

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

Example:

"2026-06-01"

toDate
string
required

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

Example:

"2026-06-30"

groupByParticipant
boolean

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

Example:

false

Response

OK

asOf
string
required

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

Example:

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

buckets
object[] | null
required

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

countOnly
boolean
required

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

Example:

true

openClaimsPastDeadline
integer<int64>
required

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

Example:

3

window
object
required

Echo of the resolved report window.