User Favorites REST Endpoints
User Favorites
The user favorites resource is used to view, create, and delete a favorite of the user. It stores the list of favorites for the users. A favorite can belong to any object, for example an object record, or saved search record.
- Create a user favorite
- Method: postPath:
/crmRestApi/resources/11.13.18.05/userFavorites - Delete a user favorite
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/userFavorites/{UserFavoriteId} - Get a user favorite
- Method: getPath:
/crmRestApi/resources/11.13.18.05/userFavorites/{UserFavoriteId} - Get all user favorites
- Method: getPath:
/crmRestApi/resources/11.13.18.05/userFavorites - Set favorite
- Method: postPath:
/crmRestApi/resources/11.13.18.05/userFavorites/action/setFavorite