Roll a chosen set of files back to their version before a point in time — filter by who changed them, when, where and what type, dry-run the exact list, then restore.
The shipped web part on a real SharePoint page.
Filter by who, when, where and file type before you commit
Dry-run the exact restore list first
Skips files checked out or created after the incident, and reports why
Every SharePoint call this tool's code makes — the same table checked by the build and by the verifier script in the download.
| Call | Method | Destructive? |
|---|---|---|
| …/GetFileByServerRelativePath(…)/versions/RestoreByLabel(…) | POST | No — restores a named prior version, removes nothing |
Full cross-tool table and the shipped verifier script are on the main safety audit page.