uploads
List the org's uploads
Returns one page of the files the org uploaded, newest first, with the org's standing usage against its storage quota. Uploads persist until deleted and can be delivered to any phone the org holds.
get/uploads
Query parameters
limitinteger
max items per page
max items per page
offsetinteger
pagination offset
pagination offset
qstring
filter by filename, case-insensitive substring match
filter by filename, case-insensitive substring match
sort'created_at' | 'filename' | 'size_bytes'
field to sort by
field to sort by
order'asc' | 'desc'
sort direction
sort direction
Response
OK
Example response
{
"$schema": "/api/v1/FileListResponse.json"
}