Return path of entity that has been created by folder creation?

Hey,

is there a simple way I could query Shotgun through the API (or SGTK) to return the path to an entity?
Or is this information not stored somewhere?

5 Likes

Hey

I think the Context.entity_locations is what you would be looking for.
It returns back the paths generated through the schema and registered to that entity.
Cheers
Phil

5 Likes