StaticdeleteStaticgetGets a paginated collection of dictionary items. Gets a paginated collection of dictionary items with optional filtering by name.
Optionaloptions: Options<GetDictionaryData, ThrowOnError>StaticgetGets a dictionary. Gets a dictionary identified by the provided Id.
StaticgetExports a dictionary. Exports the dictionary identified by the provided Id to a downloadable format.
StaticgetGets a collection of dictionary items. Gets a collection of dictionary items identified by the provided Ids.
Optionaloptions: Options<GetItemDictionaryData, ThrowOnError>StaticgetGets a collection of ancestor dictionary items. Gets a collection of dictionary items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreeDictionaryAncestorsData, ThrowOnError>StaticgetGets a collection of dictionary tree child items. Gets a paginated collection of dictionary tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreeDictionaryChildrenData, ThrowOnError>StaticgetGets a collection of dictionary items from the root of the tree. Gets a paginated collection of dictionary items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreeDictionaryRootData, ThrowOnError>StaticpostCreates a new dictionary. Creates a new dictionary with the configuration specified in the request model.
Optionaloptions: Options<PostDictionaryData, ThrowOnError>StaticpostImports a dictionary. Imports a dictionary from the provided file upload.
Optionaloptions: Options<PostDictionaryImportData, ThrowOnError>StaticputUpdates a dictionary. Updates a dictionary identified by the provided Id with the details from the request model.
StaticputMoves a dictionary. Moves a dictionary identified by the provided Id to a different location.
Deletes a dictionary. Deletes a dictionary identified by the provided Id.