v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Terms

Get List of Term Attributes

Use this API to retrieve a list of all term attributes created by internal and external systems.

get/api/glossary/v1/terms/attribute-names

Response

OK Term attribute names retrieved successfully.

datastring[]

Example response

{
  "data": [
    "Notes"
  ]
}