0

I am only getting the Ids of contacts, owners, createdby and updatedby fields. Which API to use to get the corresponding names?

"contacts":{"Expert": [{"id": "aa874e20-85bd-4e63-a11d-ce715e2a85bb"}],"Steward": [{"id":aa874e20-85bd-4e63-a11d-ce715e2a85bb"}]}

Jolo
  • 1

1 Answers1

0

i am only getting the Ids of contacts, owners, createdby and updatedby fields. Which API to use to get the corresponding names?

Thank you @Sindhuja Laxmipuram posting your suggestion here as community wiki to beneficial for other community members for similar issue.

You can use the below command to list the contact or owner name for the above.

 GET {Endpoint}/catalog/api/atlas/v2/entity/guid/{guid}?minExtInfo={minExtInfo}&ignoreRelationships={ignoreRelationships}

For more information please refer this SO THREAD | How to use REST API to extract role assignment information from a Azure Purview account .

AjayKumarGhose
  • 4,257
  • 2
  • 4
  • 15