{ "opencollection": "1.0.0", "info": { "name": "AI Advisor AiAdvisorDataService NotificationChannelService API", "version": "v202511" }, "request": { "auth": { "type": "apikey", "key": "X-CH-Auth-Email", "value": "{{X-CH-Auth-Email}}", "placement": "header" } }, "items": [ { "info": { "name": "NotificationChannelService", "type": "folder" }, "items": [ { "info": { "name": "List available notification channels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/notification_channel/v202210/notification_channels" }, "docs": "Returns list of all configured notification channels." }, { "info": { "name": "Retrieve notification channels matching criteria.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/notification_channel/v202210/notification_channels/search", "body": { "type": "json", "data": "{}" } }, "docs": "Returns list of all notification channels matching request criteria. Match criteria are treated as a logical AND, i.e. all provided criteria must match in order for an entry to be included in the response." }, { "info": { "name": "Get information about a notification channel", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/notification_channel/v202210/notification_channels/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Request channel ID." } ] }, "docs": "Returns information about a notification channel with specific ID." } ] } ], "bundled": true }