This function retrieves the list of revisions made to a page, with information about who made what edits.
page Required
Specifies what page you'd like to retrieve. Note that the front page of a wiki is a page named FrontPage.
The response is a list of the revisions for that page. Revisions are listed in chronological order, from oldest to newest. Revisions are of the format of a UNIX timestamp (seconds since the epoch) corresponding to the second in which that page was saved and may be optionally followed with a dash and the microsecond in which that page was saved. The current version is the last revision in the array.
In the below example, there have been three edits to the wiki's FrontPage.
REQUEST
RESPONSE
{ "v1": {
"revisions": [ "1133214224", "1133214351", "1133225092" ]
}}
Page Information
|
Wiki Information
|
Recent PBwiki Blog Posts |