everyone!
We'd like to extract an object tree and properties for a large model.
For that need, we tried to use the following queries: https://developer.api.autodesk.com/modelderivative/v2/designdata/URN/metadata/GUID https://developer.api.autodesk.com/modelderivative/v2/designdata/URN/metadata/GUID/properties
After 2 hours delay, they are failed.
We found that we can work with Autodesk.CloudPlatform.PropertyDatabase
for getting the properties by dbId. This solution solves the issue of working with properties.
But we still have a problem with the object tree. We have not found a solution to combine data and get the same output as GET :urn/metadata/:guid
returns?
Does someone know how we can reproduce the object tree from source files? Maybe there is some resource file that describes an object tree?
p.s. We use Node.js for the work