GET api/order/{orderId}/history Authentication required
Use this method to get an order's history
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
Id of the order |
integer |
Required |
Response
Returns the history of the order
Output : array of objects (See Model)Ouput Sample
[
{
"date": "2024-10-29T13:36:22.4209469+01:00",
"status": "sample string 2",
"message": "sample string 3"
},
{
"date": "2024-10-29T13:36:22.4209469+01:00",
"status": "sample string 2",
"message": "sample string 3"
}
]