Tim - Hello 👋 what's the best way to find all ...
Hello 👋 what's the best way to find all dependencies on a given worksheet/model? I see the dependents tab on the model page in TSC, but I have noticed it is not comprehensive.
2 Replies
I am looking for all references to a worksheet/model field, even if a visualizatoin on a liveboard is just filtering by it i want to see it listed if that makes sense
There is an api /search/metadata, there you can give
include_dependent_objects as tru to get the dependent objects for a particluar worksheet
api/rest/2.0/metadata/search
is the api