Index | BlackBerry Workspaces SDK |
Name | Path | Version | Description |
---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getAllFavoritesV30Gets a list of all starred (favorite) items workspaces, documents or folders for the user |
|||
Version: | 3.0 | ||
Synopsis: | POST | ||
Path: | /items/allFavorites | ||
Request Body: | ListAllFavoriteItems | ||
Response Headers: | N/A | ||
Response Body: | PagingItemListJson |
||
|
getFavoritesV30Gets a list of starred (favorite) items workspaces, documents or folders for the user under the specified location |
|||
Version: | 3.0 | ||
Synopsis: | POST | ||
Path: | /items/favorites | ||
Request Body: | ListFavoriteItems | ||
Response Headers: | N/A | ||
Response Body: | PagingItemListJson |
||
|
getRecentSharedWithMeV30 |
|||
Version: | 3.0 | ||
Synopsis: | POST | ||
Path: | /items/recent/sharedWithMe | ||
Request Body: | RecentSharedWithMe | ||
Response Headers: | N/A | ||
Response Body: | ItemListJson |
||
|
getSharedWithMeV30 |
|||
Version: | 3.0 | ||
Synopsis: | POST | ||
Path: | /items/sharedWithMe | ||
Request Body: | SharedWithMe | ||
Response Headers: | N/A | ||
Response Body: | PagingItemListJson |
||
|
markItemsFavoriteV30Marks a specified list of items (folders, workspaces/rooms, documents) as starred or unstarred (favorite). |
|||
Version: | 3.0 | ||
Synopsis: | POST | ||
Path: | /items/markFavorite | ||
Request Body: | MarkItemsStarred | ||
Response Headers: | N/A | ||
Response Body: | BulkOperationResult | ||
|