{ "opencollection": "1.0.0", "info": { "name": "iTwin Control Access Runs 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": "Runs", "type": "folder" }, "items": [ { "info": { "name": "Get Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/runs" }, "docs": "Get Runs" }, { "info": { "name": "Create Run", "type": "http" }, "http": { "method": "POST", "url": "https://api.bentley.com/accesscontrol/runs", "body": { "type": "json", "data": "{}" } }, "docs": "Create Run" }, { "info": { "name": "Get Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/runs/:runId", "params": [ { "name": "runId", "value": "", "type": "path" } ] }, "docs": "Get Runs" }, { "info": { "name": "Update Run", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bentley.com/accesscontrol/runs/:runId", "params": [ { "name": "runId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Run" }, { "info": { "name": "Delete Run", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bentley.com/accesscontrol/runs/:runId", "params": [ { "name": "runId", "value": "", "type": "path" } ] }, "docs": "Delete Run" }, { "info": { "name": "Get Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/imodels/:iModelId/storageConnections/:connectionId/run", "params": [ { "name": "iModelId", "value": "", "type": "path" }, { "name": "connectionId", "value": "", "type": "path" } ] }, "docs": "Get Runs" }, { "info": { "name": "Create Run", "type": "http" }, "http": { "method": "POST", "url": "https://api.bentley.com/accesscontrol/imodels/:iModelId/storageConnections/:connectionId/run", "params": [ { "name": "iModelId", "value": "", "type": "path" }, { "name": "connectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Run" }, { "info": { "name": "Get Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.bentley.com/accesscontrol/:transformationId/run", "params": [ { "name": "transformationId", "value": "", "type": "path" } ] }, "docs": "Get Runs" }, { "info": { "name": "Create Run", "type": "http" }, "http": { "method": "POST", "url": "https://api.bentley.com/accesscontrol/:transformationId/run", "params": [ { "name": "transformationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Run" } ] } ], "bundled": true }