This function retrieves a list of recent changes that have been made to the wiki.
None
The response is a list of the last several changes that have been made to the wiki. The list is given in reverse chronological order, with the most recent changes first. The list is an array of objects. A "change" object has a number of properties:
In the below example, the wiki's FrontPage was first edited by John Doe and then edited by Joe Blow, then John Doe uploaded a new file.
REQUEST
RESPONSE
{ "v1": {
"changes": [
{
"ob": "pony.jpg",
"op": "upl",
"tm": 1158004511,
"nm": "John Doe",
"em": "john@example.com",
"ip": "10.0.1.15"
},
{
"ob": "FrontPage",
"op": "mod",
"tm": 1158004457,
"nm": "Joe Blow",
"em": "joe@example.com",
"ip": "10.0.2.7"
},
{
"ob": "FrontPage",
"op": "mod",
"tm": 1158004319,
"nm": "John Doe",
"em": "john@example.com",
"ip": "10.0.1.15"
}
]
}}
Page Information
|
Wiki Information
|
Recent PBwiki Blog Posts |