{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants User Recordings API", "version": "v2" }, "items": [ { "info": { "name": "User Recordings", "type": "folder" }, "items": [ { "info": { "name": "Get a user recording.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/userrecordings/:recordingId", "params": [ { "name": "recordingId", "value": "", "type": "path", "description": "User Recording ID" }, { "name": "expand", "value": "", "type": "query", "description": "Which fields, if any, to expand." } ] }, "docs": "Get a user recording." }, { "info": { "name": "Update a user recording.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/userrecordings/:recordingId", "params": [ { "name": "recordingId", "value": "", "type": "path", "description": "User Recording ID" }, { "name": "expand", "value": "", "type": "query", "description": "Which fields, if any, to expand." } ] }, "docs": "Update a user recording." }, { "info": { "name": "Delete a user recording.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/userrecordings/:recordingId", "params": [ { "name": "recordingId", "value": "", "type": "path", "description": "User Recording ID" } ] }, "docs": "Delete a user recording." }, { "info": { "name": "Download a user recording.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/userrecordings/:recordingId/transcoding", "params": [ { "name": "recordingId", "value": "", "type": "path", "description": "User Recording ID" }, { "name": "formatId", "value": "", "type": "query", "description": "The desired media format." } ] }, "docs": "Download a user recording." }, { "info": { "name": "Get user recording summary", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/userrecordings/summary" }, "docs": "Get user recording summary" }, { "info": { "name": "Get a list of user recordings.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/userrecordings", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Page size" }, { "name": "pageNumber", "value": "", "type": "query", "description": "Page number" }, { "name": "expand", "value": "", "type": "query", "description": "Which fields, if any, to expand." } ] }, "docs": "Get a list of user recordings." } ] } ], "bundled": true }