{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Event API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/event/events", "params": [ { "name": "source", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "fragmentType", "value": "", "type": "query" }, { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "value": "", "type": "query" }, { "name": "revert", "value": "", "type": "query" } ] }, "docs": "List Events" }, { "info": { "name": "Create an Event", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/event/events", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Event" }, { "info": { "name": "Delete Events by Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/event/events" }, "docs": "Delete Events by Filter" }, { "info": { "name": "Retrieve an Event", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/event/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Event" }, { "info": { "name": "Update an Event", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/event/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Event" }, { "info": { "name": "Delete an Event", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/event/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an Event" } ] }, { "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 }