v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Files

List files

Endpoint for retrieving a list of files.

get/files/

Query parameters

created_ts_afterstring date-time

The timestamp in UTC when the file was created

created_ts_beforestring date-time

The timestamp in UTC when the file was created

file_size_maxinteger nullable
file_size_mininteger nullable
mime_typestring
modified_ts_afterstring date-time

The timestamp in UTC when the file was last modified

modified_ts_beforestring date-time

The timestamp in UTC when the file was last modified

original_filenamestring
pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}