{ "opencollection": "1.0.0", "info": { "name": "iTwin Control Access ODATA 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": "ODATA", "type": "folder" }, "items": [ { "info": { "name": "Get ODATA", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/reporting/odata/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path" } ] }, "docs": "Get ODATA" }, { "info": { "name": "Update ODATA", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bentley.com/accesscontrol/reporting/odata/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update ODATA" }, { "info": { "name": "Delete ODATA", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bentley.com/accesscontrol/reporting/odata/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path" } ] }, "docs": "Delete ODATA" } ] } ], "bundled": true }