GetAllFiles

This function retrieves the list of all the files attached to a wiki.

Request Parameters

None

Responses

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.

Example

In the below example, the wiki has three files.

REQUEST

RESPONSE

{ "v1": {
  "files": [ "file1.txt", "picture.jpg", "FunStuff.ZIP" ]
}}


Page Information

  • 1 year ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts