Skip to main content
GET
List consignado contract divergences

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

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>
default:20

Page size.

Required range: 1 <= x <= 100
offset
integer<int64>
default:0

Page offset.

Required range: x >= 0

Response

OK

asOf
string
required

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

data
object[] | null
required

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

hasMore
boolean
required

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