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

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageSizedoubleRequired
This value has a limit of 50, represents the number of responses per page.
pageNumberdoubleRequired
Number of pages shown.
initDatestringOptional

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.

endDatestringOptional

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
datalist of objects or null
paginationobject or null

Errors