Skip to main content

Copy Page Hierarchy

Copy page hierarchy allows the copying of an entire hierarchy of pages and their associated properties, permissions and attachments. The id path parameter refers to the content id of the page to copy, and the new parent of this copied page is defined using the destinationPageId in the request body. The titleOptions object defines the rules of renaming page titles during the copy; for example, search and replace can be used in conjunction to rewrite the copied page titles. Response example: { "id" : "1180606", "links" : { "status" : "/rest/api/longtask/1180606" } } Use the /longtask/taskId REST API to get the copy task status.

External Documentation

To learn more, visit the Confluence documentation.

Parameters

ParameterDescription
Copy AttachmentsIf set to true, attachments are copied to the destination page.
Copy Custom ContentsIf set to true, custom contents are copied to the destination page.
Copy LabelsIf set to true, labels are copied to the destination page.
Copy PermissionsIf set to true, page permissions are copied to the destination page.
Copy PropertiesIf set to true, content properties are copied to the destination page.
Destination Page ID-
ID-
Title Options Prefix-
Title Options Replace-
Title Options Search-

Workflow Library Example

Copy Page Hierarchy with Confluence and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop