List independent fees

Returns paginated independent fees for the active school with supported filters, sorting, metadata, and filter options.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Query parameters

pageintegerOptional>=1

One-based page number.

per_pageintegerOptional1-200
Number of rows per page
sortstringOptional
Allowed field sort
filtermap from strings to anyOptional
Filter object including search
academic_year_idintegerOptional
Limit results to an academic year.

Response

Independent fees were returned with pagination and filter options.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error