| name |
type |
description |
| database |
identifier |
Identifier of the database |
| name_database |
string |
Name of the database. Used only if database parameter is omitted. |
| cube |
identifier |
Identifier of the cube |
| name_cube |
string |
Name of the cube. Used only if cube parameter is omitted. |
| rule |
identifier |
Optional Identifier of the rule using CONTINUE() or 4294967294 for STET() reference. Used by calculation tracker. |
| functions |
string |
List of function names |
| definition |
string |
Urlencoded enterprise rule |
| use_identifier |
boolean |
Use identifier in textual representation of the rule in the result. The definition can use name or identifier independent of the parameter. Default is 0. |
| path |
path |
Comma separated list of element identifiers (database or name_database has to be specified) the rule calculation is evaluated for |
| name_path |
npath |
Comma separated list of element names (database or name_database has to be specified) the rule calculation is evaluated for |
| sid |
string |
Session identifier for a server connection. Use the /server/login request to get a valid session identifier. |