Orders
List 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.
GET
/
orders
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
pageSize
number
requiredThis value has a limit of 50, represents the number of responses per page.
pageNumber
number
requiredNumber of pages shown.
initDate
string
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
string
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
200 - application/json
data
object[]
pagination
object