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