getItemByKey(dictKey: String);
dictKey. MDM dictionary key.
The getItemByKey method gets contents of the tab that contains a specified MDM dictionary.
The method returns a JSON object with the following fields: DictTree - tree of MDM dictionary elements, FindBox - container for elements search HistBox - tree containing history of dictionary attributes' values, ParamBox - dictionary parameters container, TabItem - tab that contains the dictionary.
The example of use is given on the page with description of the DataArea.getActiveHistoryBox method.
See also: