Skip to main content

Get info about a favorite

GET 

/favorites/:tablename/:id_item

Retrieve a specific favorite item in the system (for myself). "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 one of your favorite item, you must provide the tablename and id_item of the underlying Entry Column value.

tip

This endpoint is for getting information about a favorite item for yourself only.

Request

Responses

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