Business Process User Alert Configurations REST Endpoints
Business Process User Alert Configurations
The businessProcessUserAlertConfigurations resource provides the user specific alert configurations.
- Create an alert configuration for a user not supported
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations - Delete an alert configuration for a user not supported
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations/{businessProcessUserAlertConfigurationsUniqID} - Determine if alert configuration is enabled
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations/action/isAlertConfigFeatureEnabled - Get all alert configurations for a user not supported
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations - Get all error templates
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations/action/getErrorTemplates - Get an alert configuration for a user not supported
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations/{businessProcessUserAlertConfigurationsUniqID} - Update alert configuration
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations/action/updateAlertConfiguration - Update an alert configuration for a user not supported
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/businessProcessUserAlertConfigurations/{businessProcessUserAlertConfigurationsUniqID}