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/Posted on:
2018-08-27
Provider
Atlassian
decription
Millions of users globally rely on Atlassian products every day for improving software development, project management, collaboration, and code quality.
Github
Postman Collection
Curl command through Streamdata.io
curl -v "https://streamdata.motwin.net/http://content/{id}/pagehierarchy/copy?X-Sd-Token={streamdata_token}"