There are APIs and import functions for Glossaries and Terms, but nothing for associating attributes to Terms. How can I do this in an automated fashion?
Hi,
I'd use the Team Server REST API: http://docwiki.embarcadero.com/TeamServer/ERStudio/183/en/API_Reference
Using the Relationship API: http://docwiki.embarcadero.com/TeamServer/ERStudio/183/en/Relationship_API
Unfortunately, Terms are not supported:
{ "message": "Element type 'businessterms' is not supported.", "status": 400 }
Cheers,
W.