Retrieve Terms from the server, along with details including title, description, and ID. Add the id
parameter to only retrieve details of a specific Term. You can only retrieve Terms for which you have view or edit permissions.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/term/?glossary_id=1&limit=100&skip=0&deleted=false' \
--header 'accept: application/json'