Get Timeline Events For An Order
Return timeline events associated with an order.
Overview
- Method: GET
- Path:
/brand/order/get-timeline-events/<orderId> - Tags: brand
Parameters
orderId (path)
- Type:
string - Required: Yes
- Description: orderId parameter
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"timelineEvents": "string",
"type": "string",
"data": {
"key": {}
},
"createdAt": "2024-01-01T00:00:00.000Z",
"userId": "string",
"orderId": "string"
}400
Bad Request
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X GET \
https://api.pillexa.com/brand/order/get-timeline-events/<orderId> \
-H "Content-Type: application/json" \