This function retrieves the list of all the files attached to a wiki.
None
The response is a list of all of the files attached to a wiki. The result list is not sorted in any way. Also, no meta-information is currently included such as when the file was uploaded, the file's size, or the file's type. This may change in the future.
In the below example, the wiki has three files.
REQUEST
RESPONSE
{ "v1": {
"files": [ "file1.txt", "picture.jpg", "FunStuff.ZIP" ]
}}
Page Information
|
Wiki Information
|
Recent PBwiki Blog Posts |