Skip to main content

List favorites for a user

GET 

/favorites/user/:id_user/:tablename

Retrieve a list of "My Favorites" for a specific table for a specific user. This is used to provide the Favorites (star icon) feature in the UI, where a user can mark specific Entry Screen column values as favorites, so they appear at the top of selection lists.

You can only retrieve the favorites of another user if you have the manage ability on that user. You can put your own id_user in the request to retrieve your own favorites.

Request

Responses

A list of My Favorite items for the given table and user.