GET api/order/{orderId}/history Authentication required

Use this method to get an order's history

Request

URI Parameters

NameDescriptionTypeAdditional information
orderId

Id of the order

integer

Required

Response

Returns the history of the order

Output : array of objects (See Model)

Ouput Sample

  • application/json, text/json :
  • [ { "date": "2024-04-20T02:34:08.9767258+02:00", "status": "sample string 2", "message": "sample string 3" }, { "date": "2024-04-20T02:34:08.9767258+02:00", "status": "sample string 2", "message": "sample string 3" } ]