API/CodeSamples/Javascript/GetFiltersData.md
... ...
@@ -23,5 +23,15 @@ Here is the hierarchy of the object keys sent back:
23 23
* Value
24 24
* Values
25 25
* [0]...[n]
26
+ * ExistingLabels
27
+ * [0]...[n]
28
+ * ExistingValues
29
+ * [0]...[n]
30
+ * uid
31
+ * ColumnName
32
+ * Parameter
33
+ * OperatorFriendlyName
34
+ * Removed
35
+ * AgainstHiddenField
26 36
27 37
GotFiltersData is a callback method that takes two parameters. The first is the returnObj and the second is the id of the called method (getfiltersdata).
... ...
\ No newline at end of file