files

List the org's file library

Returns one page of the org's uploaded files, newest first. Files persist until deleted and can be pushed to any phone the org holds.

get/files

Query parameters

limitinteger

max items per page

max items per page

offsetinteger

pagination offset

pagination offset

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

totalinteger required

Total files in the library.

Example response

{
  "$schema": "/api/v1/FileListResponse.json"
}

Changes