{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Settings API", "version": "v2" }, "items": [ { "info": { "name": "Settings", "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" }, { "info": { "name": "Get email Contact Center settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/emails/settings" }, "docs": "Get email Contact Center settings" }, { "info": { "name": "Patch email Contact Center settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/emails/settings" }, "docs": "Patch email Contact Center settings" }, { "info": { "name": "Get email threading settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/emails/settings/threading" }, "docs": "Get email threading settings" }, { "info": { "name": "Patch email threading settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/emails/settings/threading" }, "docs": "Patch email threading settings" }, { "info": { "name": "Reset email threading settings to default", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/emails/settings/threading" }, "docs": "Reset email threading settings to default" }, { "info": { "name": "Get the execution history enabled setting.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/settings/executiondata" }, "docs": "Get the execution history enabled setting." }, { "info": { "name": "Edit the execution history on off setting.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/settings/executiondata" }, "docs": "Edit the execution history on off setting." }, { "info": { "name": "Get settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/externalcontacts/settings" }, "docs": "Get settings" }, { "info": { "name": "Set settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/externalcontacts/settings" }, "docs": "Set settings" }, { "info": { "name": "Delete settings", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/externalcontacts/settings" }, "docs": "Delete settings" } ] } ], "bundled": true }