Skip to content

Commit bf99d7e

Browse files
committed
Updated requests map
1 parent f96e6eb commit bf99d7e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,14 @@ These are the possible requests to web application (add param ?Namespace={Desire
8787
| DataSource | POST |{DataSource:"Pivot fullname"}| JSON | All info about Pivot |
8888
| 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.|
8989
| Format | GET | | JSON | Default formatting |
90+
| TermList | POST | {"TermList":"TermListName"} | JSON | Termlist key-value array |
91+
| Config | POST |{"Application":"AppName", "Config","value"}| JSON | Set config for arbitrary application for current user|
92+
| Config/:Application | GET ||{"Application":"AppName"} | JSON | Get config for Application for current user|
93+
| Favorites | GET | | JSON | Array of current user favorites|
94+
| Favorites/:Item | POST | | JSON | Add favorite item |
95+
| Favorites/:Item |DELETE| | JSON | Remove item from favorites |
9096
| Test | GET | | JSON | Test info |
97+
| Logout | GET | | JSON | Close session |
9198

9299
Example
93100
-----------

0 commit comments

Comments
 (0)