StaticputStaticdeleteStaticdeleteRemoves public access settings for a document.
Removes public access protection/rules for the document identified by the provided Id.
StaticdeleteEmpties the document recycle bin.
Permanently deletes all documents in the recycle bin. This operation cannot be undone.
Optionaloptions: Options<DeleteRecycleBinDocumentData, ThrowOnError>StaticdeleteDeletes a document.
Deletes a document identified by the provided Id.
StaticgetGets a document collection.
Gets a document collection identified by the provided Id.
StaticgetGets a collection of items that reference documents.
Gets a paginated collection of items that reference the documents identified by the provided Ids.
Optionaloptions: Options<GetDocumentAreReferencedData, ThrowOnError>StaticgetGets a document.
Gets a document identified by the provided Id.
StaticgetGets the audit log for a document.
Gets a paginated collection of audit log entries for the document identified by the provided Id.
StaticgetGets available segments.
Gets a collection of available content segments for the system.
StaticgetGets domains for a document.
Gets the domains and culture settings assigned to the document identified by the provided Id.
StaticgetGets notifications for a document.
Gets the notifications for the document identified by the provided Id.
StaticgetGets the preview URL for a document.
Gets the preview URL for the document identified by the provided Id.
StaticgetGets public access rules for a document.
Gets the public access protection settings for the document identified by the provided Id.
StaticgetGets a document.
Gets a document identified by the provided Id.
StaticgetGets the result of publishing a document with descendants.
Gets the status and result of a publish with descendants operation.
StaticgetGets a collection of items that reference documents.
Gets a paginated collection of items that reference the documents identified by the provided Ids.
StaticgetGets document descendants that are referenced.
Gets a paginated collection of descendant documents that are referenced by other content.
StaticgetGets the document configuration.
Gets the configuration settings for documents.
Optionaloptions: Options<GetDocumentConfigurationData, ThrowOnError>StaticgetGets URLs for a document.
Gets the URLs for the document identified by the provided Id.
Optionaloptions: Options<GetDocumentUrlsData, ThrowOnError>StaticgetGets a collection of document items.
Gets a collection of document items identified by the provided Ids.
Optionaloptions: Options<GetItemDocumentData, ThrowOnError>StaticgetGets ancestors for a collection of document items.
Gets the ancestor chains for document items identified by the provided Ids.
Optionaloptions: Options<GetItemDocumentAncestorsData, ThrowOnError>StaticgetSearches document items.
Searches document items by the provided query with pagination support.
Optionaloptions: Options<GetItemDocumentSearchData, ThrowOnError>StaticgetGets the original parent of a document in the recycle bin.
Gets the original parent location of a document before it was moved to the recycle bin.
StaticgetGets a collection of documents in the recycle bin.
Gets a paginated collection of documents that are children of the provided parent in the recycle bin.
Optionaloptions: Options<GetRecycleBinDocumentChildrenData, ThrowOnError>StaticgetGets items referencing a document in the recycle bin.
Gets a paginated collection of items that reference the document in the recycle bin.
Optionaloptions: Options<GetRecycleBinDocumentReferencedByData, ThrowOnError>StaticgetGets documents at the root of the recycle bin.
Gets a paginated collection of documents at the root level of the recycle bin.
Optionaloptions: Options<GetRecycleBinDocumentRootData, ThrowOnError>StaticgetGets sibling documents in the recycle bin.
Gets a collection of sibling documents in the recycle bin at the same level as the provided Id.
Optionaloptions: Options<GetRecycleBinDocumentSiblingsData, ThrowOnError>StaticgetGets a collection of ancestor document items.
Gets a collection of document items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreeDocumentAncestorsData, ThrowOnError>StaticgetGets a collection of document tree child items.
Gets a paginated collection of document tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreeDocumentChildrenData, ThrowOnError>StaticgetGets a collection of document items from the root of the tree.
Gets a paginated collection of document items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreeDocumentRootData, ThrowOnError>StaticgetGets a collection of document tree sibling items.
Gets a collection of document tree items that are siblings of the provided Id.
Optionaloptions: Options<GetTreeDocumentSiblingsData, ThrowOnError>StaticpatchMake partial updates to a document. For more information, see the documentation at https://docs.umbraco.com/umbraco-cms/reference/management-api/patching/document-endpoint-guide or https://docs.umbraco.com/umbraco-cms/reference/management-api/patching/document-endpoint-spec
StaticpostCreates a new document.
Creates a new document with the configuration specified in the request model.
Optionaloptions: Options<PostDocumentData, ThrowOnError>StaticpostCopies a document.
Creates a duplicate of an existing document identified by the provided Id.
StaticpostCreates public access rules for a document.
Creates public access protection for the document identified by the provided Id.
StaticpostValidates creating a document.
Validates the request model for creating a new document without actually creating it.
Optionaloptions: Options<PostDocumentValidateData, ThrowOnError>StaticputUpdates a document.
Updates a document identified by the provided Id with the details from the request model.
StaticputUpdates the domains for a document.
Updates the domains for the document identified by the provided Id with the details from the request model.
StaticputMoves a document.
Moves a document identified by the provided Id to a different location.
StaticputMoves a document to the recycle bin.
Moves a document identified by the provided Id to the recycle bin.
StaticputUpdates notification subscriptions for a document.
Updates which actions the current user is subscribed to receive notifications for on the specified document.
StaticputUpdates public access protection for a document.
Updates the member protection settings for a document, controlling which members or member groups can access it.
StaticputPublishes a document.
Publishes a document identified by the provided Id.
StaticputPublishes a document with its descendants.
Publishes a document and its descendants identified by the provided Id.
StaticputUnpublishes a document.
Unpublishes a document identified by the provided Id.
StaticputSorts documents.
Sorts documents in the specified parent container according to the provided sort order.
Optionaloptions: Options<PutDocumentSortData, ThrowOnError>StaticputRestores a document from the recycle bin.
Restores a document from the recycle bin to its original location or a specified parent.
Deletes a document.
Deletes a document identified by the provided Id.