1

When retrieving data from model derivative API it returns status success, but no data. This happens intermittently; running the query on the same model will eventually return the data - sometimes first try, other times after several tries. It is set to SVF 3D. What am I missing?

1 Answers1

0

This is a known issue with those endpoints, we have logged that and our development team is aware of it. As a workaround, at the moment, you will need to implement a retry policy in your code, sorry for the bad news.

Also to ease the large payload returned by the /properties endpoint when the model contain a lot of components we have implemented a new endpoint which lets you specify the dbId to return properties for. It should be available on the public API in the near future.

Hope that helps.

Felipe
  • 4,325
  • 1
  • 14
  • 19
  • any news on this? I am experiencing the same problem as OP, with ` :urn/metadata/:guid/properties?objectId=:objectId` I always need to try multiple times before getting anything else than just "success" – simen-andresen Mar 31 '20 at 13:22
  • 1
    I'm not working at adsk anymore, so little chance I can help you in the near future. You would need to try your luck with support one more time. Cheers! – Felipe Mar 31 '20 at 13:52