Lists Call-Off Order Rules for the current tenant with offset paging.
Default sort is createDate DESC; sortBy accepts
createDate, updateDate, code, name, ruleType.
filter follows Kibo’s standard filter syntax over
code, name, ruleType, enabled, createDate,
updateDate.
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
Zero-based page offset. Defaults to 0.
Maximum items returned. Defaults to 20.
Optional sort expression, e.g. createDate desc.
Optional filter expression, e.g. enabled eq true.
limits which fields are returned in the response body
Response
OK
Paged result for Call-Off Order Rule list queries.
Page of call-off order rules matching the query.
Total number of pages.
Maximum number of records per page.
Zero-based index of the first record in this page.
Total number of matching records across all pages.

