Microsoft Word · Arazzo Workflow
Microsoft Word Rename Move and Audit Document
Version 1.0.0
Rename a Word document, move it to a new folder, and list its version history.
Provider
Workflows
rename-move-audit
Rename a document, relocate it, and review its versions.
Updates a drive item's name, moves it under a new parent folder, and lists the resulting version history.
1
renameItem
updateDriveItem
Rename the document by updating its name metadata. Graph returns 200 with the updated drive item.
2
moveItem
moveDriveItem
Move the document into the destination folder by updating its parent reference. Graph returns 200 with the moved drive item.
3
listVersions
listVersions
List the version history of the relocated document so the change can be audited. Graph returns 200 with the collection of versions.