Contains root level resources.
Glossary
Loading...
The Glossary API allows users to associate business terms with technology assets such as data sets and columns, documents, and business rules.
Contains life cycle management resources for term types.
get
Internal-Use OnlyReturns a list of term types. The items are sorted by name by default. The properties that can be used as filter and sort criteria are:Get term types
post
Internal-Use OnlyCreates a term type with the given content.Create a term type
head
Internal-Use OnlyReturns the headers for a term type by referencing its ID.Get the headers for a term type by its ID
get
Internal-Use OnlyReturns a term type by referencing its ID.Get a term type by its ID
put
Internal-Use OnlyUpdates a term type by referencing its ID.Update a term type by its ID
delete
Internal-Use OnlyDeletes a term type by referencing its ID.Delete a term type by its ID
Contains life cycle management resources for terms.
get
Internal-Use OnlyReturns a list of terms. The items are sorted by name by default. The properties that can be used as filter and sort criteria are:Get terms
post
Internal-Use OnlyCreates a term with the given content.Create a term
head
Internal-Use OnlyReturns the headers for a term by referencing its ID.Get the headers for a term by its ID
get
Internal-Use OnlyReturns a term by referencing its ID.Get a term by its ID
put
Internal-Use OnlyUpdates a term by referencing its ID.Update a term by its ID
delete
Internal-Use OnlyDeletes a term by referencing its ID.Delete a term by its ID
head
Internal-Use OnlyReturns the headers for a draft term by referencing its ID.Get the headers for a draft term by its ID
post
Internal-Use OnlyCreates a draft term from a published term with the specified ID and the given content.Create a draft from a published term
get
Internal-Use OnlyReturns a draft term by referencing its ID.Get a draft term by its ID
put
Internal-Use OnlyUpdates a draft term by referencing its ID.Update a draft term by its ID
delete
Internal-Use OnlyDeletes a draft term by referencing its ID.Delete a draft term by its ID
post
Internal-Use OnlyImports terms from a CSV File. The CSV should be uploaded as a multipart value under the key "termCSV". Additionally, the multipart key "updateExisting" can be set to true if the import should overwrite existing terms. This request will return a job that can be polled for status and results.