0

I followed the instructions outlined in https://forge.autodesk.com/blog/get-all-dbid-without-enumerating-model-hierarchy

I am able to get the model object tree and see the object id's i want to get properties for.

but when i take the object id and submit a query parameter i get a 404 status code back.

the text on the request returns : {"message":"The requested model contains too many objects to retrieve hierarchy/properties. Please contact your next level support for further assistance."}

sample of my query in python to the end point

Sample query

ahanif
  • 21
  • 1
  • Could you share some codes about how you call the API `GET :urn/metadata/:guid/properties`? Have you also tried to call it in this way `GET :urn/metadata/:guid/properties?objectid={objId}` mentioned in this blog? https://forge.autodesk.com/blog/new-objectid-query-parameter-model-derivative-properties-api – Eason Kang Apr 30 '18 at 03:00
  • Could you share the use case while calling the API `GET :urn/metadata/:guid/properties`? – Eason Kang May 07 '18 at 02:50

0 Answers0