8 Messages
•
200 Points
Collibra API Help
Hello:
I used GET https://test-drive.collibra.com/rest/2.0/domains to get the response community_name = HR and type_name = Glossary.
I want to access the complete glossary shown in the attached image using API.
Please help me to identify which API I can use to get the Glossary response in detail.
Any help is greatly appreciated.
arthurburkhardt
1.2K Messages
2 years ago
To retrieve the assets in your domain, you need to use the assets endpoint.
2
0
arthurburkhardt
1.2K Messages
2 years ago
Yes, if you want the additional info, you have to query them.
Another approach is to use the outputmodule query (see the trick about getting an outputmodule query from a viewId) => this allows to query the model to retrieve everything you could see in a domain view and more.
1
0
arthurburkhardt
1.2K Messages
2 years ago
If you’re not seeing the definition with the attributes rest API call, then you have another problem, because it should show up there.
For output module:
This will retrieve every information of that view.
1
0