Returns a lists of orders.
To try these services, an Authorization token must be provided as a BearerToken header. The Authorization token can be obtained in the /auth service.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
pageSize
This value has a limit of 50, represents the number of responses per page.
pageNumber
Number of pages shown.
initDate
The initial date from which records are retrieved. Format: YYYY-MM-DD. Records from this date onwards will be included unless an ‘endDate’ is specified.
endDate
The end date until which records are retrieved. Format: YYYY-MM-DD. Only records up to this date will be included. If omitted, records up to the current date are returned.
Response
successful operation
data
pagination