{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Retention Rules API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Retention Rules", "type": "folder" }, "items": [ { "info": { "name": "List Retention Rules", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/retention/retentions" }, "docs": "List Retention Rules" }, { "info": { "name": "Create a Retention Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/retention/retentions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Retention Rule" }, { "info": { "name": "Retrieve a Retention Rule", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/retention/retentions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a Retention Rule" }, { "info": { "name": "Update a Retention Rule", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/retention/retentions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Retention Rule" }, { "info": { "name": "Delete a Retention Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/retention/retentions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Retention Rule" } ] } ], "bundled": true }