Installed Slack Application REST Endpoints
Slack Application/Installed Slack Application
The installedSlackApps resource provides access to Slack application installations.
- Create a Slack application installation
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUISlackApps/{CampSlackAPPId}/child/installedSlackApps - Delete a Slack application installation
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUISlackApps/{CampSlackAPPId}/child/installedSlackApps/{CampSlackAPPInstId} - Get a Slack application installation
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUISlackApps/{CampSlackAPPId}/child/installedSlackApps/{CampSlackAPPInstId} - Get all installed Slack applications
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUISlackApps/{CampSlackAPPId}/child/installedSlackApps - Update a Slack application installation
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/communicateUISlackApps/{CampSlackAPPId}/child/installedSlackApps/{CampSlackAPPInstId}