{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Derivatives 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": "Derivatives", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Download Derivative", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/manifest/:derivativeUrn", "params": [ { "name": "urn", "value": "", "type": "path" }, { "name": "derivativeUrn", "value": "", "type": "path", "description": "URL-encoded URN of the derivative." } ] }, "docs": "Downloads a specific derivative file." } ] } ], "bundled": true }