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. |
parent |
identifier |
Identifier of parent for element filtering or empty parameter for root elements. Root elements includes children of hidden elements. (no filter by default) |
limit |
identifier |
Optional comma delimited offset of first element returned (0-default) and maximal count of returned element (all elements by default) |
element |
identifier |
Element identifier. If it's specified, server goes from limit start and finds block that contains this element. Actual start is returned before the list of elements. |
show_permission |
boolean |
If 1 then additional information about the user's permission on element is returned (optional, default is 0) |
squash_list |
boolean |
If 1 then children and parents list are shortened to intervals (1-10) and weights are shortened to weight:count |
sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |