{ "opencollection": "1.0.0", "info": { "name": "Agent Admin Attachments API", "version": "25.8.1" }, "items": [ { "info": { "name": "Attachments", "type": "folder" }, "items": [ { "info": { "name": "Download an attachment.", "type": "http" }, "http": { "method": "GET", "url": "youragentURL.symphony.com/agent/v1/stream/:sid/attachment", "headers": [ { "name": "sessionToken", "value": "" }, { "name": "keyManagerToken", "value": "" } ], "params": [ { "name": "sid", "value": "", "type": "path", "description": "Stream ID" }, { "name": "fileId", "value": "", "type": "query", "description": "The attachment ID (Base64-encoded)" }, { "name": "messageId", "value": "", "type": "query", "description": "The ID of the message containing the attachment" } ] }, "docs": "Downloads the attachment body by the attachment ID, stream ID, and message ID." } ] } ], "bundled": true }