McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 478

↗ View in doc context
page
478
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::462

Parameters Required Description Type Name Optional An object containing callback functions which are invoked when the callback scenario is triggered. To find the list of callback scenarios, see RestCollectionBase Common Parameters, on page 452. Object handlers Returns {finesse.restservices.MediaList} The MediaList collection object. getMediaPropertiesLayout(handlers) Retrieves the layout that is associated with the user. Teams are configured with custom layouts by the administrator. Users are associated to custom call variable layouts (MediaPropertyLayout) due to their association with a team. Example var _mediaPropertiesLayout = _user.getMediaPropertiesLayout({ onLoad: _handleMediaPropertiesLayoutLoaded, onError: _handleMediaPropertiesLayoutError }); Parameters Required Description Type Name Optional An object containing callback functions which are invoked when the callback scenario is triggered. To find the list of callback scenarios, see RestBase Common Parameters, on page 450. Object handlers Returns {finesse.restservices.UserMediaPropertiesLayout} The UserMediaPropertiesLayout object. getMediaPropertiesLayouts(handlers) Retrieves the layouts that is associated with the user. Teams are configured with custom layouts by the administrator. Users are associated to custom call variable layouts (MediaPropertyLayouts) due to their association with a team. Example var _mediaPropertiesLayouts = _user.getMediaPropertiesLayouts({ onLoad: _handleMediaPropertiesLayoutsLoaded, onError: _handleMediaPropertiesLayoutsError }); Parameters Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 462 Cisco Finesse JavaScript APIs User