rbv_api.getSettings()
Purpose
This function returns the JSON of basic fields name and values pairs of settings object definition.
Syntax
rbv_api.getSettings();
Return Value
A map of string key value pairs.
Permissions Required
View permission for the requested object type.
Example
var settings = rbv_api.getSettings();
rbv_api.println(settings["name"]);