{ "opencollection": "1.0.0", "info": { "name": "AI Advisor AiAdvisorDataService AlertService API", "version": "v202511" }, "request": { "auth": { "type": "apikey", "key": "X-CH-Auth-Email", "value": "{{X-CH-Auth-Email}}", "placement": "header" } }, "items": [ { "info": { "name": "AlertService", "type": "folder" }, "items": [ { "info": { "name": "List Alerts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v202505/alerts", "body": { "type": "json", "data": "{}" } }, "docs": "Returns an array of alert objects that contain information about individual alerts." }, { "info": { "name": "Clear Alerts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v202505/alerts/clear", "body": { "type": "json", "data": "{}" } }, "docs": "Clears alerts." }, { "info": { "name": "List Alert Comments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v202505/alerts/:alertId/comments", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "The ID of the alert to list comments for." } ] }, "docs": "Returns all comments for an alert." }, { "info": { "name": "Add Alert Comment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v202505/alerts/:alertId/comments", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "The ID of the alert to add the comment to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a comment to an alert." }, { "info": { "name": "Set External Context for Alert", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v202505/alerts/:alertId/external-context", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "The ID of the alert to add or replace external context." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or replace external context" }, { "info": { "name": "Get Alert", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v202505/alerts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the alert to get." } ] }, "docs": "Returns an alert object that contains information about an individual alert." }, { "info": { "name": "Ack Alert", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v202505/alerts/:id/ack", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the alert to acknowledge." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Acknowledges an alert." }, { "info": { "name": "UnAck Alert", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v202505/alerts/:id/unack", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the alert to remove the acknowledgement from." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unacknowledges an alert (removes the acknowledgement)." } ] } ], "bundled": true }