How to retrieve Asset Tags using Collibra Workflow
Hi,
I'm trying to retrieve Asset tags of a Power BI Data Model? I can see that tags do not have resource ID like the other attributes.
Is it possible to retrieve Asset tags using workflow?
sms_new
Posted 1 year ago·Last reply 1 year ago
1 comment
stefan_busch
·1 year agoHi,
there is a TagApi that you can use.
It offers a method 'getTagsByAssetId(UUID assetId)' which returns all tags of an asset as a list.