StaticdeleteStaticgetGets a collection of template items. Gets a collection of template items identified by the provided Ids.
Optionaloptions: Options<GetItemTemplateData, ThrowOnError>StaticgetGets ancestors for a collection of template items. Gets the ancestor chains for template items identified by the provided Ids.
Optionaloptions: Options<GetItemTemplateAncestorsData, ThrowOnError>StaticgetSearches template items. Searches template items by the provided query with pagination support.
Optionaloptions: Options<GetItemTemplateSearchData, ThrowOnError>StaticgetGets a template. Gets a template identified by the provided Id.
StaticgetGets the template configuration. Gets the configuration settings for templates.
Optionaloptions: Options<GetTemplateConfigurationData, ThrowOnError>StaticgetGets template query settings. Gets the available configuration settings for template queries including document type aliases, properties, and operators.
Optionaloptions: Options<GetTemplateQuerySettingsData, ThrowOnError>StaticgetGets a collection of ancestor template items. Gets a collection of template items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreeTemplateAncestorsData, ThrowOnError>StaticgetGets a collection of template tree child items. Gets a paginated collection of template tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreeTemplateChildrenData, ThrowOnError>StaticgetGets a collection of template items from the root of the tree. Gets a paginated collection of template items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreeTemplateRootData, ThrowOnError>StaticgetGets a collection of template tree sibling items. Gets a collection of template tree items that are siblings of the provided Id.
Optionaloptions: Options<GetTreeTemplateSiblingsData, ThrowOnError>StaticpostCreates a new template. Creates a new template with the configuration specified in the request model.
Optionaloptions: Options<PostTemplateData, ThrowOnError>StaticpostExecutes a template query. Executes a template query with the provided parameters and returns the matching content results with execution metrics.
Optionaloptions: Options<PostTemplateQueryExecuteData, ThrowOnError>StaticputUpdates a template. Updates a template identified by the provided Id with the details from the request model.
Deletes a template. Deletes a template identified by the provided Id.