Get history of file changes for a page
Get parameters
- action = "list"
- pageName = Page to get history for
- fileName = Optional specific file to get history for
Get examples:
// Simple URL - get all page history
/OpenForum/Actions/History?action=list&pageName=/MyPage
// Using JSON.get - get specific file history
JSON.get('/OpenForum/Actions/History', 'list', 'pageName=/MyPage&fileName=page.js')
.onSuccess(function(result) {
console.log('History:', result.data);
}).go();
History for {{pageName}}
Page History
{{fileTables}}
Api
/OpenForum/Actions/History Sevice API Version 0.0.1
Get Actions
Post Actions