{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Applications API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/application/applications" }, "docs": "List Applications" }, { "info": { "name": "Create an Application", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/application/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Application" }, { "info": { "name": "Retrieve an Application", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/application/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Application" }, { "info": { "name": "Update an Application", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/application/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Application" }, { "info": { "name": "Delete an Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/application/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an Application" } ] } ], "bundled": true }