StaticdeleteStaticdeleteDeletes an element folder.
Deletes an element folder identified by the provided Id.
StaticdeleteEmpties the element recycle bin.
Permanently deletes all elements in the recycle bin. This operation cannot be undone.
Optionaloptions: Options<DeleteRecycleBinElementData, ThrowOnError, unknown>StaticdeleteDeletes an element from the recycle bin.
Permanently deletes an element identified by the provided Id from the recycle bin.
StaticdeleteDeletes an element folder from the recycle bin.
Permanently deletes an element folder identified by the provided Id from the recycle bin.
StaticgetGets a collection of items that reference elements.
Gets a paginated collection of items that reference the elements identified by the provided Ids.
Optionaloptions: Options<GetElementAreReferencedData, ThrowOnError, unknown>StaticgetGets an element.
Gets an element identified by the provided Id.
StaticgetGets the audit log for an element.
Gets a paginated collection of audit log entries for the element identified by the provided Id.
StaticgetGets a published element.
Gets a published element identified by the provided Id.
StaticgetGets items referencing an element.
Gets a paginated collection of items that reference the element identified by the provided Id.
StaticgetGets the element configuration.
Gets the configuration settings for elements.
Optionaloptions: Options<GetElementConfigurationData, ThrowOnError, unknown>StaticgetGets an element folder.
Gets an element folder identified by the provided Id.
StaticgetGets element folder descendants that are referenced.
Gets a paginated collection of descendant elements in a folder that are referenced by other content.
StaticgetGets a collection of element items.
Gets a collection of element items identified by the provided Ids.
Optionaloptions: Options<GetItemElementData, ThrowOnError, unknown>StaticgetGets ancestors for a collection of element items.
Gets the ancestor chains for element items identified by the provided Ids.
Optionaloptions: Options<GetItemElementAncestorsData, ThrowOnError, unknown>StaticgetGets a collection of element folder items.
Gets a collection of element folder items identified by the provided Ids.
Optionaloptions: Options<GetItemElementFolderData, ThrowOnError, unknown>StaticgetSearches element items.
Searches element items by the provided query with pagination support.
Optionaloptions: Options<GetItemElementSearchData, ThrowOnError, unknown>StaticgetGets the original parent of an element in the recycle bin.
Gets the original parent location of an element before it was moved to the recycle bin.
StaticgetGets a collection of elements in the recycle bin.
Gets a paginated collection of elements that are children of the provided parent in the recycle bin.
Optionaloptions: Options<GetRecycleBinElementChildrenData, ThrowOnError, unknown>StaticgetGets the original parent of an element folder in the recycle bin.
Gets the original parent location of an element folder before it was moved to the recycle bin.
StaticgetGets items referencing an element in the recycle bin.
Gets a paginated collection of items that reference the element in the recycle bin.
Optionaloptions: Options<GetRecycleBinElementReferencedByData, ThrowOnError, unknown>StaticgetGets elements at the root of the recycle bin.
Gets a paginated collection of elements at the root level of the recycle bin.
Optionaloptions: Options<GetRecycleBinElementRootData, ThrowOnError, unknown>StaticgetGets sibling elements in the recycle bin.
Gets a collection of sibling elements in the recycle bin at the same level as the provided Id.
Optionaloptions: Options<GetRecycleBinElementSiblingsData, ThrowOnError, unknown>StaticgetGets a collection of ancestor element items.
Gets a collection of element items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreeElementAncestorsData, ThrowOnError, unknown>StaticgetGets a collection of element tree child items.
Gets a paginated collection of element tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreeElementChildrenData, ThrowOnError, unknown>StaticgetGets a collection of element items from the root of the tree.
Gets a paginated collection of element items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreeElementRootData, ThrowOnError, unknown>StaticgetGets a collection of element tree sibling items.
Gets a collection of element tree items that are siblings of the provided Id.
Optionaloptions: Options<GetTreeElementSiblingsData, ThrowOnError, unknown>StaticpostCreates a new element.
Creates a new element with the configuration specified in the request model.
StaticpostCopies an element.
Creates a duplicate of an existing element identified by the provided Id.
StaticpostCreates and publishes a new element.
Creates and publishes a new element with the configuration specified in the request model.
StaticpostCreates an element folder.
Creates a new element folder with the provided name and parent location.
StaticpostValidates creating an element.
Validates the request model for creating a new element without actually creating it.
StaticputUpdates an element.
Updates an element identified by the provided Id with the details from the request model.
StaticputMoves an element.
Moves an element identified by the provided Id to a different location.
StaticputMoves an element to the recycle bin.
Moves an element identified by the provided Id to the recycle bin.
StaticputPublishes an element.
Publishes an element identified by the provided Id.
StaticputUnpublishes an element.
Unpublishes an element identified by the provided Id.
StaticputUpdates and publishes an element.
Updates and publishes an element identified by the provided Id with the details from the request model.
StaticputValidates updating an element.
Validates the request model for updating an element without actually updating it.
StaticputUpdates an element folder.
Updates an element folder identified by the provided Id with the details provided in the request model.
StaticputMoves an element folder.
Moves an element folder identified by the provided Id to a different location.
StaticputMoves an element folder to the recycle bin.
Moves an element folder identified by the provided Id to the recycle bin.
StaticputRestores an element from the recycle bin.
Restores an element from the recycle bin to its original location or a specified parent.
StaticputRestores an element folder from the recycle bin.
Restores an element folder from the recycle bin to its original location or a specified parent.
Deletes an element.
Deletes an element identified by the provided Id.