Get history of file changes for a page

Get parameters 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

Action list

Get a list of all page file changes

Parameters

NameDescription
pageName (required=true)The page to get a history of
fileName (required=false)The file to get a history of

Example Get Request

/OpenForum/Actions/History?action=list&pageName=/OpenForum/Actions/History

Example Response

Example Error Response


Post Actions