A unified data governance solution that helps manage, protect, and discover data across your organization
Hi Mallikarjun appani
Good question.
The /resource/{guid} link is mainly a portal-internal link. It doesn’t always work if you open it directly, especially if the tenant or Purview account context isn’t already loaded. That’s why you’re seeing the Axios/network error - it’s a portal routing behavior, not an issue with your API call.
Right now there isn’t a guaranteed “shareable deep link” format for glossary terms. The stable part you can rely on is the term GUID from the API.
What most teams do is:
- Store the term GUID and term name in SQL/CSV
- Let users navigate to the glossary inside Purview and search by name or ID if needed
So, for programmatic use, treat the GUID as the real reference, not the portal URL.
Hope that clarifies it.