McDewey

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

Page 547

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

Required Description Type Name Yes The timestamp in milliseconds. Number time Returns {String} The time string in the HH:MM:SS format. getEquals(obj1, obj2) Retrieves the value by comparing the value of each key in the first object with the value of the same key in the second object. Example finesse.utilities.Utilities.getEquals(x,y) Parameters Required Description Type Name Yes The first object to compare from. For example, x={'a': 1, 'b': 2}. Object obj1 Yes The second object to compare against. For example, y={'b': 2, 'a': 1}. Object obj2 Returns {Boolean} True if the value of each key in the first object matches the value of the same key in the second object. False, if the value of at least one key in the first object does not match the value of the same key in the second object. getParameterByName(str, name) Accepts the value from the corresponding given string. Example finesse.utilities.Utilities.getParameterByName('http://www.company.com/?param1=value1&param2=value2', 'param1') Parameters Required Description Type Name Yes The string to search from. The URL from which parameter value is extracted based on the given parameter name. String str Yes The name to search for. The name of the parameter whose value must be extracted from the given URL string. String name Returns {String} The value that corresponds to the given name. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 531 Cisco Finesse JavaScript APIs Utilities