- Subcategories:
- Large Object (LOB) Attributes - approvalHistory
- Large Object (LOB) Attributes - content
- Large Object (LOB) Attributes - contentWithHistory
- Large Object (LOB) Attributes - contentWithoutHistory
- Large Object (LOB) Attributes - observerApprovalHistory
- Large Object (LOB) Attributes - observerContentWithoutHistory
Business Process Notifications REST Endpoints
Business Process Notifications
The businessProcessNotifications resource provides BIP notifications content. You can retrieve the list of actions that can be performed on a task.
- Generate a deep link URL for resume action
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/getDeeplinkForResumeTransaction - Generate a deep link URL for the edit action
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/getDeeplinkUrlForEditAction - Get a notification content
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/{taskId} - Get all notification content
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications - Get BIP notification content for a report
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/getBIPContent - Perform action on a transaction
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/performAction - Perform action on a transaction with comments
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/performActionWithComments - Perform action on multiple transaction with comments
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/performActionOnBulkTransactionWithComments - Retrieve the list of actions
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/getActionsBasedOnIdentificationKey - Retrieve the list of task actions
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications/action/getActionsBasedOnTaskId