Get history of the order status with filtering by basketId that creating on POST/PUT order requests.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/orders/status/basket/{id}' \
-H 'api_key: YOUR_API_KEY_HERE'List of order status entries
Array []
The orderId is created by Order api as a response from put/post order requests.
The participant identifier of the participant to which the order belongs.
Response
[ { "orderId": { … }, "basketId": { … }, "individualId": "string", "participantId": "string", "currentStatus": { … }, "history": [ … ] } ]