List delinquent loans
Returns delinquent loan drill-down rows for a portfolio and bucket at a requested business date.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Portfolio identifier.
"550e8400-e29b-41d4-a716-446655440000"
Business date (YYYY-MM-DD); defaults to today (UTC).
"2026-06-14"
Filter by loan product identifiers (repeat to pass multiple).
100["550e8400-e29b-41d4-a716-446655440001"]Filter by loan product version identifiers (repeat to pass multiple).
100["550e8400-e29b-41d4-a716-446655440002"]Delinquency bucket code.
current, 1_30, 31_60, 61_90, 91_plus, par30, par60, par90 "par30"
Filter by assigned officer identifier.
"550e8400-e29b-41d4-a716-446655440003"
Page size.
1 <= x <= 10025
Page offset.
0 <= x <= 100000
Response
OK
Business date the rows were computed for (RFC3339, UTC midnight).
"2026-06-14T12:00:00Z"
Provenance of the rows: snapshot identity, staleness, and freshness policy.
Page size echoed back from the request (max rows in this response).
25
Delinquent loan drill-down rows for the page; always a JSON array (never null).
Zero-based row offset echoed back from the request.
0

