Retrieves information about uploaded files with various filtering and pagination options.
Query Parameters:
q
: Search term to filter files by various fieldstype
: Filter files by type (royalty, invoice, receipt, report)column
: The column to sort by (createdAt, updatedAt, name, size, type)order
: The order of sorting (asc, desc)attributes
: Comma-separated list of attributes to include in the responsepage
: The page number for pagination (>= 1)size
: The number of records per page (>= 0)JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Search term to filter files by various fields
Filter files by type
royalty
, invoice
, receipt
, report
The column to sort by
createdAt
, updatedAt
, name
, size
, type
The order of sorting
asc
, desc
Comma-separated list of attributes to include
The page number for pagination
x >= 1
The number of records per page
x >= 0
Success
The response is of type object
.