Changes the status of the term. Only a steward can verify a term. Once the term is verified only a steward can modify the term.
The glossary id.
The term id.
an object with query parameters
The status to update to.
Optional
options: ApiCallOptionsClears the cache for glossaries api requests.
Clears the cache for glossaries api requests.
Creates a new glossary. Only a steward can create a glossary.
Creates a new glossary. Only a steward can create a glossary.
an object with the body content
Optional
options: ApiCallOptionsCreates a new category.
Creates a new category.
The glossary id.
an object with the body content
Optional
options: ApiCallOptionsCreates a new term.
Creates a new term.
The glossary id.
an object with the body content
Optional
options: ApiCallOptionsCreates a new link to a term.
Creates a new link to a term.
The glossary id.
The term id.
an object with the body content
Optional
options: ApiCallOptionsDeletes a glossary and all of its terms.
Deletes a glossary and all of its terms.
The id of the glossary to delete.
Optional
options: ApiCallOptionsDeletes a category.
Deletes a category.
The id of the glossary.
The id for the category to delete. All subcategories are also deleted
Optional
options: ApiCallOptionsDeletes a term.
Deletes a term.
The glossary id.
The term id.
Optional
options: ApiCallOptionsExports a glossary.
Exports a glossary.
The glossary id.
Optional
options: ApiCallOptionsReturns all glossaries.
Returns all glossaries.
an object with query parameters
Optional
countTotal?: booleanOptional parameter to request total count for query
Optional
limit?: numberThe number of glossaries to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "name" | "description" | "+description" | "-description" | "-name" | "+name"Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optional
options: ApiCallOptionsRetrieves a glossary.
Retrieves a glossary.
The id of the glossary to retrieve.
Optional
options: ApiCallOptionsReturns a list of categories for a glossary.
Returns a list of categories for a glossary.
The glossary id.
an object with query parameters
Optional
countTotal?: booleanOptional parameter to request total count for query
Optional
limit?: numberThe number of terms to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optional
options: ApiCallOptionsRetrieves a category.
Retrieves a category.
The glossary id.
The category id.
Optional
options: ApiCallOptionsRetrieves a term.
Retrieves a term.
The glossary id.
The term id.
Optional
options: ApiCallOptionsReturns a list of links assigned to a term.
Returns a list of links assigned to a term.
The glossary id.
The term id.
an object with query parameters
Optional
countTotal?: booleanOptional parameter to request total count for query
Optional
filter?: stringOptional SCIM filter to be used to filter terms
Optional
limit?: numberThe number of terms to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optional
options: ApiCallOptionsRetrieves previous revisions of a term.
Retrieves previous revisions of a term.
The glossary id.
The term id.
an object with query parameters
Optional
countTotal?: booleanOptional parameter to request total count for query
Optional
limit?: numberThe number of terms to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "update" | "+update" | "-update"Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optional
options: ApiCallOptionsReturns a list of terms for a glossary.
Returns a list of terms for a glossary.
The glossary id.
an object with query parameters
Optional
countTotal?: booleanOptional parameter to request total count for query
Optional
filter?: stringOptional SCIM filter to be used to filter terms Usable fields are
Optional
limit?: numberThe number of terms to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optional
options: ApiCallOptionsCreates a new glossary, including categories and terms, based on a glossary definition file. Supported formats are currently, qlik, atlan and atlas
Creates a new glossary, including categories and terms, based on a glossary definition file. Supported formats are currently, qlik, atlan and atlas
an object with query parameters
Optional
importerAsFallbackSteward?: booleanAppending the current importer user as steward to categories/terms where no steward is defined/not match the identity service.
Optional
lookupUserOnEmail?: booleanUsing email in the steward fields to lookup userIds in the identity service
Optional
spaceId?: stringThe spaceId (leave blank or omit for personal)
an object with the body content
Optional
options: ApiCallOptionsUpdates glossary properties with json-patch formatted data
Updates glossary properties with json-patch formatted data
The glossary id.
an object with the body content
Optional
options: ApiCallOptionsUpdates category properties with json-patch formatted data
Updates category properties with json-patch formatted data
The glossary id.
The category id.
an object with the body content
Optional
options: ApiCallOptionsUpdates term properties with json-patch formatted data
Updates term properties with json-patch formatted data
The glossary id.
The term id.
an object with the body content
Optional
options: ApiCallOptionsUpdates a glossary.
Updates a glossary.
The id of the glossary to update.
an object with the body content
Optional
options: ApiCallOptionsUpdates a category.
Updates a category.
The glossary id.
The category id.
an object with the body content
Optional
options: ApiCallOptionsUpdates a term.
Updates a term.
The glossary id.
The term id.
an object with the body content
Optional
options: ApiCallOptions
Changes the status of the term. Only a steward can verify a term. Once the term is verified only a steward can modify the term.