Get complete approval history for an order

Returns comprehensive approval workflow history including all submission attempts and approver activity.

Important: This endpoint returns ONLY approval domain data with user IDs and comment IDs as references. To get full details:

  • User details: Call GET /users with user IDs from this response
  • Order details: Call GET /orders/{orderId}
  • Comment messages: Call GET /orders/{orderId}/comments

The response includes:

  • All submission attempts (if order was rejected and resubmitted)
  • All workflows triggered for each submission
  • Detailed approval states with approver user IDs (not names)
  • Summary statistics across all attempts
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the order to retrieve approval history for

Responses

404

Order not found

500

Internal server error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json