Jedox OLAP documentation

home > API > [/element/move_bulk] >
request url https://[SERVER]:[PORT]/element/move_bulk[?PARAMETER1=value[&...]]
short description Changes the position of elements
long description
parameters
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 element names. Used only if elements parameter is omitted.
positions integer Comma separated list of new positions of elements
sid string Session identifier for a server connection. Use the /server/login request to get a valid session identifier.
result
# name type description
0 OK boolean "1" means OK
examples
description
Change position of element "1" to "6", element "2" to "1" and element "3" to "10"
further information