Get Audit Trail
The Get audit trail operation is used for order and sometimes for order lines, plan, plan items, and custom type.
Method: HTTP GET
Endpoint: http://<host_address>:<port_address>/v2/order/audit
Name | Type | Description | Value |
---|---|---|---|
includePlan (optional) | Boolean (query) | Include audit trails for plan | true or false |
includePlanItems (optional) | Boolean (query) | Include audit trails for plan items | true or false |
orderRef (mandatory) | string (query) | The order reference number | orderRef |
orderId (mandatory) | string (path) | The ID of the Order | orderid
Note: The value of orderId must not contain " : "
|
sortByTime (optional) | Boolean (query) | Sorts by time | true or false |