{ "opencollection": "1.0.0", "info": { "name": "iTwin Control Access Features API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://ims.bentley.com/connect/authorize", "accessTokenUrl": "https://ims.bentley.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Features", "type": "folder" }, "items": [ { "info": { "name": "Get Features", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/collections" }, "docs": "Get Features" }, { "info": { "name": "Create Feature", "type": "http" }, "http": { "method": "POST", "url": "https://api.bentley.com/accesscontrol/collections", "body": { "type": "json", "data": "{}" } }, "docs": "Create Feature" }, { "info": { "name": "Get Features", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Get Features" }, { "info": { "name": "Update Feature", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bentley.com/accesscontrol/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Feature" }, { "info": { "name": "Delete Feature", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bentley.com/accesscontrol/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Delete Feature" } ] } ], "bundled": true }