Favorite Folders REST Endpoints
Favorites/Favorite Folders
The following REST APIs support personal and company Favorite Folders.
- Create a Favorite Folder
- Method: postPath:
/rest/v19/favoriteFolders
- Delete a Favorite Folder
- Method: deletePath:
/rest/v19/favoriteFolders/{id}
- Get a Favorite Folder
- Method: getPath:
/rest/v19/favoriteFolders/{id}
- Get a List of Favorite Folders
- Method: getPath:
/rest/v19/favoriteFolders
- Get Permissions for a Favorite Folder
- Method: getPath:
/rest/v19/favoriteFolders/{id}/sharePermissions
- Update or Remove Permissions for a Favorite Folder
- Method: putPath:
/rest/v19/favoriteFolders/{id}/sharePermissions