{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Downloads API", "version": "v2" }, "items": [ { "info": { "name": "Downloads", "type": "folder" }, "items": [ { "info": { "name": "Issues a redirect to a signed secure download URL for specified download", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/downloads/:downloadId", "params": [ { "name": "downloadId", "value": "", "type": "path", "description": "Download ID" }, { "name": "contentDisposition", "value": "", "type": "query" }, { "name": "issueRedirect", "value": "", "type": "query" }, { "name": "redirectToAuth", "value": "", "type": "query" } ] }, "docs": "this method will issue a redirect to the url to the content" } ] } ], "bundled": true }