List consignado contract divergences
Returns a tenant-scoped, deterministically ordered page of the operational divergence queue. Default order: flow-blocking effect first (booking_blocked, then adjustment_required, then posting_pending, then audit_only), then overdue, then largest absolute client-vs-lender difference, then oldest observation.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de consulta
Filter by category (cash|rate|terms|margin|registration|technical).
Filter by flow effect (audit_only|posting_pending|adjustment_required|booking_blocked). Also the primary triage ordering key: booking_blocked sorts first, audit_only last.
Filter by disposition state (open|disposed).
Filter by assignee identity, or the reserved value 'unassigned' for items with no assignee.
Restrict to open items whose SLA deadline has already passed.
RFC3339 UTC cutoff for the SLA-breached display ordering only; resend the previous page's response AsOf, omit only on the first page. Must not be in the future or older than the pagination window.
Page size.
1 <= x <= 100Page offset.
x >= 0Respuesta
OK
RFC3339 UTC cutoff this page used for SLA-breached display ordering only. Resend as asOf on the next page.
Page of divergences; always present, empty slice when none match.
True when at least one more item exists beyond this page.

