{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Event Binaries API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Event Binaries", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an Event Binary", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/event/events/:id/binaries", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Event Binary" }, { "info": { "name": "Attach a Binary to an Event", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/event/events/:id/binaries", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Attach a Binary to an Event" }, { "info": { "name": "Delete an Event Binary", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/event/events/:id/binaries", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an Event Binary" } ] } ], "bundled": true }