{ "opencollection": "1.0.0", "info": { "name": "iTwin Control Access Forms 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": "Forms", "type": "folder" }, "items": [ { "info": { "name": "Get Forms", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/formDefinitions" }, "docs": "Get Forms" }, { "info": { "name": "Create Form", "type": "http" }, "http": { "method": "POST", "url": "https://api.bentley.com/accesscontrol/formDefinitions", "body": { "type": "json", "data": "{}" } }, "docs": "Create Form" } ] } ], "bundled": true }