Skip to main content
GET
Liste as divergências de contratos do consignado

Autorizações

Authorization
string
header
obrigatório

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>
padrão:20

Page size.

Intervalo obrigatório: 1 <= x <= 100
offset
integer<int64>
padrão:0

Page offset.

Intervalo obrigatório: x >= 0

Resposta

OK

asOf
string
obrigatório

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

data
object[] | null
obrigatório

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

hasMore
boolean
obrigatório

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