Glossary
Query parameters
parent_idinteger · nullableOptional
ID of the parent object
parent_typestring · enum · nullableOptionalPossible values:
Type of the parent object
typestring · enum · nullableOptionalPossible values:
Filters the result to only contain glossary objects of this type
page_sizeinteger · min: 1 · max: 100OptionalDefault:
10pageinteger · min: 1OptionalDefault:
1Responses
200
Successful Response
application/json
422
Validation Error
application/json
get/catalog/glossary/list
Query parameters
typestring · enum · nullableOptionalPossible values:
Filters the result to only contain glossary objects of this type
namestring · nullableOptional
Search for glossary object based on the name. Case sensitive
is_fuzzybooleanOptionalDefault:
Fuzzy search with name argument
falsemax_resultsinteger · max: 100OptionalDefault:
10Responses
200
Successful Response
application/json
422
Validation Error
application/json
get/catalog/glossary/search
Last updated