{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Agent UI API", "version": "v2" }, "items": [ { "info": { "name": "Agent UI", "type": "folder" }, "items": [ { "info": { "name": "Get agent auto answer settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/users/agentui/agents/autoanswer/:agentId/settings", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "The agent to apply the auto answer settings to" } ] }, "docs": "Get agent auto answer settings" }, { "info": { "name": "Set agent auto answer settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/users/agentui/agents/autoanswer/:agentId/settings", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "The agent to apply the auto answer settings to" } ] }, "docs": "Set agent auto answer settings" }, { "info": { "name": "Update agent auto answer settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/users/agentui/agents/autoanswer/:agentId/settings", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "The agent to apply the auto answer settings to" } ] }, "docs": "Update agent auto answer settings" }, { "info": { "name": "Delete agent auto answer settings", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/users/agentui/agents/autoanswer/:agentId/settings", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "The agent to apply the auto answer settings to" } ] }, "docs": "Delete agent auto answer settings" } ] } ], "bundled": true }