Retrieves information about uploaded files with various filtering and pagination options.
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 (must be >= 1, default: 1)size: The number of records per page (must be >= 0, default: 10)page must be at least 1 (returns BadRequest error if < 1)size must be non-negative (returns BadRequest error if < 0)column values will be ignored and default to ‘createdAt’order values will default to ‘desc’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 >= 1The number of records per page
x >= 0