Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

startIndex
integer<int32>
default:0
pageSize
integer<int32>
default:20
sortBy
string
filter
string
responseFields
string

limits which fields are returned in the response body

Response

OK

Paged result for Call-Off Order list queries.

items
object[] | null

Page of call-off orders matching the query.

pageCount
integer<int32>

Total number of pages.

pageSize
integer<int32>

Maximum number of records per page.

startIndex
integer<int32>

Zero-based index of the first record in this page.

totalCount
integer<int32>

Total number of matching records across all pages.