{ "opencollection": "1.0.0", "info": { "name": "Cintoo Open Account Integrations API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://aec.cintoo.com/oauth/authorize", "accessTokenUrl": "https://aec.cintoo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List integrations on the account", "type": "http" }, "http": { "method": "GET", "url": "https://aec.cintoo.com/api/2/accounts/:accountRef/integrations", "params": [ { "name": "accountRef", "value": "", "type": "path", "description": "The Id or Urn of the account" } ] }, "docs": "BETAList all integrations on the account\n\nRequires the permission `account:integrations:read` automatically granted for account administrators and account owner.\n" }, { "info": { "name": "Create integration links on annotations", "type": "http" }, "http": { "method": "POST", "url": "https://aec.cintoo.com/api/2/accounts/:accountRef/projects/:projectRef/annotations/bulk-create-integration", "params": [ { "name": "accountRef", "value": "", "type": "path", "description": "The Id or Urn of the account" }, { "name": "projectRef", "value": "", "type": "path", "description": "The Id or Urn of the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "BETACreate integration links on annotations\n\nRequires the permission `project:annotations:create-integration-link` on the project, which is automatically\ngranted for users having the permission `workzone:annotations:write` on the root work zone.\n\nPre-requisites: to be created, an integration link needs the project to have a valid configuration:\n* An active subscription with BCM enabled\n* For Autodesk:\n * the project must be configured and linked to an Autodesk hub " }, { "info": { "name": "List integrations on the project", "type": "http" }, "http": { "method": "GET", "url": "https://aec.cintoo.com/api/2/accounts/:accountRef/projects/:projectRef/integrations", "params": [ { "name": "accountRef", "value": "", "type": "path", "description": "The Id or Urn of the account" }, { "name": "projectRef", "value": "", "type": "path", "description": "The Id or Urn of the project" } ] }, "docs": "BETAList all integrations on the project\n\nRequires the permission `project:integrations:read` automatically granted for users having\n`workzone:annotations:write` on the root work zone of the project.\n" } ] } ], "bundled": true }