{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Application Binaries API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Application Binaries", "type": "folder" }, "items": [ { "info": { "name": "List Application Binaries", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/application/applications/:id/binaries", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Application Binaries" }, { "info": { "name": "Upload an Application Binary", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/application/applications/:id/binaries", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload an Application Binary" } ] } ], "bundled": true }