Business Process Console Transaction Details REST Endpoints
Business Process Console Transaction Details
The businessProcessConsoleTransactionDetails resource provides details of the transactions displayed in the Transaction Console.
- Approve the selected transaction
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/action/approve - Get a list of actions for the selected transactions
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/action/getApplicableActions - Get a single comment or attachment for a transaction
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/{TransactionId} - Get a single event from the transaction approval history
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers - Get all events from the transaction approval history
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/{TransactionId} - Get the approval history of a transaction
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/action/getApprovalHistory - Get the details for a single transaction
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/{TransactionId} - Get the details of all the transactions
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers - Reassign all the transactions
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/action/reassign - Reject a selected transaction
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/action/reject - Withdraw a selected transaction
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessTransactionManagementAsWorkers/action/withdraw