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