Skip to main content

Get info about a user's favorite

GET 

/api/v1/favorites/user/:id_user/:tablename/:id_item

Retrieve info about a specific favorite item in the system for a specific user. "Favorites" are specific Entry Screen column values that a user has marked as favorites so they appear at the top of selection lists.

To get or change the status of a favorite item, you must provide the tablename and id_item of the underlying Entry Column value, as well as the id_user of the user who has marked it as a favorite.

Request

Responses

A successful response with a single item object; see the results key in the response body.