Skip to content

Commit 82ce8a0

Browse files
committed
ExecuteAction documentation
1 parent 79eff97 commit 82ce8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ These are the possible requests to web application (add param ?Namespace={Desire
8585
| Dashboard | POST | {Dashboard:"DashboardName"} | JSON | All widgets in a dashboard, with filters as part of dashboard|
8686
| Widgets | POST | {Dashboard:"DashboardName"} | JSON | All widgets in a dashboard, with filters as part of widgets |
8787
| DataSource | POST |{DataSource:"Pivot fullname"}| JSON | All info about Pivot |
88+
| Action/:Cube/:Action | POST |{[context object](http://docs.intersystems.com/ens20152/csp/docbook/DocBook.UI.Page.cls?KEY=D2IMP_ch_action#D2IMP_action_context_info)} | JSON | Execute cube action |
8889
| Filters | POST |{ "DataSource": "DataSourceName.ext", "Values":1, Search:"SearchTerm"}| JSON | All filters for DeepSee DataSource (cube, pivot, kpi, metric) with values (if Values = 1, set to 0 or omit otherwise). If Search is not empty only filter values, containing search term would be returned.|
8990
| Format | GET | | JSON | Default formatting |
9091
| TermList | POST | {"TermList":"TermListName"} | JSON | Termlist key-value array |

0 commit comments

Comments
 (0)