{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Management Informational API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Informational", "type": "folder" }, "items": [ { "info": { "name": "List Supported Formats", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/formats", "headers": [ { "name": "If-Modified-Since", "value": "" }, { "name": "Accept-Encoding", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns an up-to-date list of supported translations. This operation also provides information on the types of derivatives that can be generated for each source design file type. Furthermore, it allows you to obtain a list of translations that have changed since a specified date.\n\nSee the [Supported Translation Formats table](/en/docs/model-derivative/v2/overview/supported-translations/) for more details.\n\n**Note:** We keep adding new file formats to our supported translations list, constantly." } ] } ], "bundled": true }