name |
type |
description |
database |
identifier |
Identifier of the database |
name_database |
string |
Name of the database. Used only if database parameter is omitted. |
dimension |
identifier |
Identifier of the dimension |
name_dimension |
string |
Name of the dimension. Used only if dimension parameter is omitted. |
elements |
identifier |
Comma separated list of element identifiers |
name_elements |
string |
Comma separated list of names of elements. Used only if elements parameter is omitted. |
type |
integer |
Type of the element (1=NUMERIC, 2=STRING, 4=CONSOLIDATED) |
types |
integer |
Type of the elements (1=NUMERIC, 2=STRING, 4=CONSOLIDATED) as comma
separated list. Either type or types must be specified. If type is specified all
elements are of the same type. If types is specified then children and weights must be
empty for elements of numeric or string type. |
children |
identifier |
Comma and colon separate list of children identifiers. (Only for type=4) |
weights |
double |
Optional comma and colon separate list of children weight. (defaults to weight=1 for each child) (Only for type=4) |
sid |
string |
Session identifier
for a server connection. Use the /server/login request to get a valid
session identifier. |