{ "opencollection": "1.0.0", "info": { "name": "Cintoo Open Account Export Scene 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": "Export Scene", "type": "folder" }, "items": [ { "info": { "name": "Trigger Export to mesh job", "type": "http" }, "http": { "method": "POST", "url": "https://aec.cintoo.com/api/2/accounts/:accountRef/projects/:projectRef/jobs/export-to-mesh", "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": "BETALaunch an Export to mesh job.\n\nRequires the permissions:\n * `workzone:reality-data:read`\n * `workzone:export-jobs-reality-data:write`\n" } ] } ], "bundled": true }