Skip to main content
GET
Lista las divergencias de contratos de consignado

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

category
string

Filter by category (cash|rate|terms|margin|registration|technical).

effect
string

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.

status
string

Filter by disposition state (open|disposed).

assignee
string

Filter by assignee identity, or the reserved value 'unassigned' for items with no assignee.

slaBreachedOnly
boolean

Restrict to open items whose SLA deadline has already passed.

asOf
string<date-time>

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.

limit
integer<int64>
predeterminado:20

Page size.

Rango requerido: 1 <= x <= 100
offset
integer<int64>
predeterminado:0

Page offset.

Rango requerido: x >= 0

Respuesta

OK

asOf
string
requerido

RFC3339 UTC cutoff this page used for SLA-breached display ordering only. Resend as asOf on the next page.

data
object[] | null
requerido

Page of divergences; always present, empty slice when none match.

hasMore
boolean
requerido

True when at least one more item exists beyond this page.