/mcpremoveHandler(notifierType, callback) Removes previously added handler for the specified notifierType. Parameters Required Description Type Name Yes The type of notifier to remove the load, change, add, delete, and error. String notifierType Yes The callback to be removed. Function callback REST Collection Base Class finesse.restservices.RestCollectionBase Extends finesse.restservices.RestBase Common Parameters Represents the collection of finesse.restservices.RestBase objects. A collection is a group of similar objects. For instance, Users is a collection that can hold multiple User objects. This class is used by all other JavaScript objects. For more information, see RestCollectionBase Common Parameters, on page 452. Methods getCollection() Retrieves the RestBase collection. Returns {Object} The collection as an object. refresh() Updates the RestBase object with the latest data by performing an asynchronous GET. The updated object will be returned through the onChange handler, so make sure it is registered Returns {finesse.restservices.RestBaseCollection} The RestBaseCollection object reference. Makes the refresh function available to all the classes which are extending RestCollectionBase class. User Class finesse.restservices.User Extends finesse.restservices.RestBase Common Parameters Represents an agent or supervisor and includes information about the user, such as roles, state, teams, dialogs, and so on. The User object is the representation of the Finesse REST API User object. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 459 Cisco Finesse JavaScript APIs REST Collection Base