Glossary

Loading...
The Glossary API allows users to associate business terms with technology assets such as data sets and columns, documents, and business rules.

Term Types

Contains life cycle management resources for term types.

Terms

Contains life cycle management resources for terms.
get
Get terms
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:
/terms
post
Create a term
Internal-Use OnlyCreates a term with the given content.
/terms
head
Get the headers for a term by its ID
Internal-Use OnlyReturns the headers for a term by referencing its ID.
/terms/{termId}
get
Get a term by its ID
Internal-Use OnlyReturns a term by referencing its ID.
/terms/{termId}
put
Update a term by its ID
Internal-Use OnlyUpdates a term by referencing its ID.
/terms/{termId}
delete
Delete a term by its ID
Internal-Use OnlyDeletes a term by referencing its ID.
/terms/{termId}
head
Get the headers for a draft term by its ID
Internal-Use OnlyReturns the headers for a draft term by referencing its ID.
/terms/{termId}/draft
post
Create a draft from a published term
Internal-Use OnlyCreates a draft term from a published term with the specified ID and the given content.
/terms/{termId}/draft
get
Get a draft term by its ID
Internal-Use OnlyReturns a draft term by referencing its ID.
/terms/{termId}/draft
put
Update a draft term by its ID
Internal-Use OnlyUpdates a draft term by referencing its ID.
/terms/{termId}/draft
delete
Delete a draft term by its ID
Internal-Use OnlyDeletes a draft term by referencing its ID.
/terms/{termId}/draft
post
Import terms via CSV
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.
/importTerms