Favorites
This controller manages the user's favorite items. It provides endpoints to remove, pay, and view the list of favorite debts.
📄Documentation
Edit a favorite by ID.
This endpoint edits a favorite item identified by its ID. The user is identified by their radical code.
Explorer
📄Documentation
Delete a favorite by ID.
This endpoint deletes a favorite item identified by its ID. The user is identified by their radical code.
Explorer
📄Documentation
Retrieve the list of favorites by type for a user.
This endpoint retrieves the list of favorite items for a user. The user is identified by their radical code. The type parameter is optional; if it doesn't exist, the endpoint returns all the favorites of the current user.
Explorer
📄Documentation
Retrieve unpaid bills of a favorite.
This endpoint allows a user to retrieve the unpaid bills of the given favorite, identified by its ID.
Explorer