Version 1.5 - Updated on 03/23/2017
favorite(requestObject)
Adds a file or folder to favorites.
requestObject
— Callbacks and parameters.requestObject.createVersion
— If set to true, creates a new version of a file or folder. Default is false.requestObject.uri
— The URI value obtained from a call to GET /fullivew
or GET /metadata
.requestObject.success
— Callback function. Returns the response in the first argument.requestObject.failure
— Callback function. Returns the response in the first argument.getFavorites(requestObject)
Retrieves a list of favorites.
requestObject
— Callbacks and parameters.requestObject.virtualfolder
— The virtual folder for which the favorites are to be retrieved.requestObject.type
— Used to restrict the search results. Possible values are:requestObject.filetype
— The type of the favorite. Possible values are:requestObject.success
— Callback function. Returns the response in the first argument.requestObject.failure
— Callback function. Returns the response in the first argument.unfavorite(requestObject)
Removes a file or folder from favorites.
requestObject
— Callbacks and parameters.requestObject.createVersion
— If set to true, creates a new version of a file or folder. Default is false.requestObject.uri
— The URI value obtained from a call to GET /fullivew
or GET /metadata
.requestObject.success
— Callback function. Returns the response in the first argument.requestObject.failure
— Callback function. Returns the response in the first argument.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.