GET /api/system/apps/{app}/systemhooks
As of Version | product version 2022 Summer |
---|---|
Request Method | GET |
Response Format | JSON |
Required Permission | available if listed in |
Description | Retrieves the app-specific system hook configuration for the The content of the app-specific systemHookConfiguration.json configuration file is returned. The configured System Hooks are available only for the concrete App. An error with status code |
Request Headers | Accept: [application/json] |
Request Example | /api/system/apps/myapp/systemhooks |
Response Example | { "systemhooks": { "amqp": [], "webhooks": [ { "enable": true, "predicate": "spel:T(java.util.List).of(300).contains(options['action'])", "type": "dms.request.objects.upsert.storage-before", "url": "http://examplewebhook/api/dms/request/objects/update/metadata", "useDiscovery": true } ] } } |