Skip to main content

List my favorites

GET 

/favorites/:tablename

Retrieve a list of "My Favorites" for a specific Entry Column table. 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.

Note that this endpoint always returns the favorites for the currently authenticated user. You can manage the favorites of another user (if so authorized) using the favorites-collection-by-user endpoint.

Request

Responses

A successful response from a paged collection; see the results array in the response for the list of results for this page. Additional pages may be available and can be fetched using the @nextLink URL.

Note that the examples given may include keys (fields) that may not always be present in the response, depending on the fields requested in the $keys parameter, the user's permissions, and other system settings.