Get current order status by basketId that were created on POST/PUT order requests.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/electricity/orders/status/basket/{basketId}/current' \
-H 'api_key: YOUR_API_KEY_HERE'Order status entry
The orderId is the created by Order api as a response from put/post order request.
The participant identifier of the participant to which the order belongs.
Response
{ "orderId": "string", "basketId": { "identifier": "string" }, "individualId": "string", "participantId": "string", "currentStatus": { "status": "CREATED / UPDATED / COMPLETED / CANCELLED / FAILED", "reason": "string", "createdTime": 1576663249398 }, "history": [ { … } ] }