Skip to main content
GET
Returns an array of all fee records stored in the database.
No authentication is required to call this endpoint.
This endpoint returns all fee records without any server-side filtering. To view fees for a specific student, retrieve the full list and filter by studentId on the client side.

Response

Returns an array of fee objects.
string
The unique MongoDB ObjectId of the fee record.
string
The MongoDB ObjectId of the student the fee is assigned to.
number
The monetary amount of the fee.
string
The current payment status of the fee (e.g., PENDING, PAID, OVERDUE).
number
Internal MongoDB document version key.