List and filter placed orders
GET {{baseUrl}}/v1/ordering/order?pageNumber=0&pageSize=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
reference | string | The order reference. | |
status | string | The status of the order. | |
dateFrom | string | The date from which you want to filter your listed orders based on the timestamp for the order's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS | |
dateTo | string | The date until which you want to filter your listed orders based on the timestamp for the cart's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS. | |
pageNumber | number | The page number, starting at 0. | |
pageSize | number | The page size (max number of entities that are displayed in the response). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Accept | string |
RESPONSES
status: OK
{"orders":[{"orderId":"\u003cinteger\u003e","reference":"\u003cstring\u003e","dateAdded":"\u003cstring\u003e","dateCanceled":"\u003cstring\u003e","status":"\u003cstring\u003e","customerReference":"\u003cstring\u003e"},{"orderId":"\u003cinteger\u003e","reference":"\u003cstring\u003e","dateAdded":"\u003cstring\u003e","dateCanceled":"\u003cstring\u003e","status":"\u003cstring\u003e","customerReference":"\u003cstring\u003e"}],"resultCount":"\u003cinteger\u003e"}