FavoriteResources Methods | ![]() |
The FavoriteResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddFavorites | Adds one or more items to the user’s list of Favorite items. It mirrors to the following Smartsheet REST API method: POST /favorites If called with a single Favorite object, and that favorite already exists, error code 1129 will be returned. If called with an array of Favorite objects, any objects specified in the array that are already marked as favorites will be ignored and omitted from the response. |
![]() | ListFavorites | Gets a list of all of the user’s Favorite items. It mirrors to the following Smartsheet REST API method: GET /favorites ![]() This operation supports pagination of results. For more information, see Paging. |
![]() | RemoveFavorites | Removes one or multiple objects from the user’s list of Favorite items. It mirrors to the following Smartsheet REST API methods:
|