0

We have the urn of a file that we would like to find the id of the project that it belongs to in a clients account as well as the version id. We could always do a recursive search across all of the hubs until we find it, but that would take a long time and several calls. Is there any api that we could use to find that info quickly?

Thank you in advance

1 Answers1

0

Unfortunately, no API supports finding the project id by the given version or item urn. You must store the project id aside urn together.

Eason Kang
  • 6,155
  • 1
  • 7
  • 24