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