{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Widgets API", "version": "v2" }, "items": [ { "info": { "name": "Widgets", "type": "folder" }, "items": [ { "info": { "name": "Get a Widget deployment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/widgets/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Widget Config Id" } ] }, "docs": "This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/. " }, { "info": { "name": "Update a Widget deployment", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/widgets/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Widget Config Id" } ] }, "docs": "This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/. " }, { "info": { "name": "Delete a Widget deployment", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/widgets/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Widget Config Id" } ] }, "docs": "This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/. " }, { "info": { "name": "List Widget deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/widgets/deployments" }, "docs": "This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/. " }, { "info": { "name": "Create Widget deployment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/widgets/deployments" }, "docs": "This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/. " } ] } ], "bundled": true }