{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Elements API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Elements", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Scan Elements", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/tandem/v1/modeldata/:modelId/scan", "params": [ { "name": "modelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Scans and returns elements from a model, optionally filtered by category, family, or property values. Returns element keys and properties." }, { "info": { "name": "Autodesk Get Element Properties", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/tandem/v1/modeldata/:modelId/props", "params": [ { "name": "modelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns properties for specific elements identified by their keys." }, { "info": { "name": "Autodesk Mutate Element Properties", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/tandem/v1/modeldata/:modelId/mutate", "params": [ { "name": "modelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates, updates, or deletes custom property values on elements. Only properties defined in user-created schemas can be mutated." } ] } ], "bundled": true }