Skip to content

Commit 18872dc

Browse files
committed
Readme /Filters
1 parent 5e87ba7 commit 18872dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MDX2JSON/Tests.cls.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Classes with support methods for testing MDX2JSON</Description>
88

99
<Parameter name="LastCommit">
1010
<Type>%String</Type>
11-
<Default>59405809c417efdfde954019d21f0f219ec1bb02</Default>
11+
<Default>5e87ba70baf708f159b9c9dcf8eba0b4203981e9</Default>
1212
</Parameter>
1313

1414
<Parameter name="LastCommitTS">
1515
<Type>%TimeStamp</Type>
16-
<Default>2017-04-06 13:10:45.708</Default>
16+
<Default>2017-04-06 13:37:06.092</Default>
1717
</Parameter>
1818

1919
<Method name="ProjectLength">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ These are the possible requests to web application (add param ?Namespace={Desire
8888
| Widgets | POST | {Dashboard:"DashboardName"} | JSON | All widgets in a dashboard, with filters as part of widgets |
8989
| DataSource | POST |{DataSource:"Pivot fullname"}| JSON | All info about Pivot |
9090
| 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 |
91-
| 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.|
91+
| Filters | POST |{ "DataSource": "DataSourceName.ext", "Values":1, Search:"SearchTerm", "RelatedFilters": [ {"Filter": "Filter", "Value": "Value"}]}| 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. RelatedFilters - other filters and their values to limit search.|
9292
| Format | GET | | JSON | Default formatting |
9393
| TermList | POST | {"TermList":"TermListName"} | JSON | Termlist key-value array |
9494
| Config | POST |{"Application":"AppName", "Config":"value"}| JSON | Set config for arbitrary application for current user|

0 commit comments

Comments
 (0)