Lista las divergencias de contratos de consignado
Devuelve una página de la cola de divergencias operativas limitada al tenant y con orden determinista. Orden predeterminado: primero el efecto que bloquea el flujo (booking_blocked, luego adjustment_required, posting_pending y audit_only), después los elementos vencidos, la mayor diferencia absoluta entre cliente y Lender y la observación más antigua.
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.

