{ "opencollection": "1.0.0", "info": { "name": "iTwin Control Access Baselines 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": "Baselines", "type": "folder" }, "items": [ { "info": { "name": "Get Baseline File", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/:iModelId/baselinefile", "params": [ { "name": "iModelId", "value": "", "type": "path" } ] }, "docs": "Get Baseline File" }, { "info": { "name": "Get Baselines", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/:scheduleId/baselines", "params": [ { "name": "scheduleId", "value": "", "type": "path" } ] }, "docs": "Get Baselines" }, { "info": { "name": "Create Baseline", "type": "http" }, "http": { "method": "POST", "url": "https://api.bentley.com/accesscontrol/:scheduleId/baselines", "params": [ { "name": "scheduleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Baseline" } ] } ], "bundled": true }