2 Messages
•
200 Points
Adding characteristic to asset type
Hello,
We have created a new asset type using REST API endpoint rest/2.0/assetTypes. Now we need to add the characteristic to this asset type. Do we have the endpoint for adding characteristics in the core API? Is it possible to create the asset type and its characteristics together using import API?
georgecheung
62 Messages
•
755 Points
4 months ago
It is not possible to import an asset type and its characteristics through the import api.
However, if it exists in a different environment, then you can migration that using the migration feature.
https://productresources.collibra.com/docs/collibra/latest/Content/Settings/Migration/to_migrating-model-objects.htm
If you want to create the asset type, attribute types, relation types and want to assign the characteristics to the asset type, then you'll need to use the assignment api:
POST /assignments
https://developer.collibra.com/api/rest/data-governance#/operations/addAssignment
Hope this helps.
0
0