FAQ/Questions/Query-String-Keys-for-rs.aspx.md
... ...
@@ -21,10 +21,16 @@ Clears the cache
21 21
These are directly related to the filters used in the report and range from 1 to the number of filters used in the report where x is the number of the filter. The value indicates what default value the filter should have. (e.g. a report that filters on country, company, and product could have p1value=usa&p2value=general+mills&p3value=lucky+charms)
22 22
23 23
**wscmd=[value]**
24
+This parameter takes any of the following string values and returns a JSON formatted object to the browser. This can help developers who wish to work with JSON objects to build customized application pages using Izenda.
24 25
25 26
Possible Values
26 27
27
-* reportlistdata
28
-* reportlistdatalite
28
+* reportlistdata - returns a list of all the reports on file.
29
+* reportlistdatalite - similar to reportlistdata but returns less data.
30
+* fulldslist - returns a list of all data sources.
31
+* getconstraintslist - returns a list of the database constraints
32
+* getcrsparts - returns a list of the current report set's report parts
33
+* getcrstables - returns a list of the current report set's table names
34
+* getpivotguidata - returns the current report set's pivot data along with field names applicable to the current report set and all possible values for pivoting
29 35
30 36
*Note: At this time, Izenda supports at most 5 query string parameters*
... ...
\ No newline at end of file