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