Retrieve the list of favorites by type for a user.
GET/api/v1/favorites
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.
Request
Responses
- 200
- 400
Favorites retrieved successfully
Invalid request.