Page 1 of 1

TM1 Rest Api change position of dimension element

Posted: Sun Dec 04, 2022 1:23 am
by mabr
Hello guys,

is it possible to change the position of a dimension element via TM1 Rest Api, for example by changing its index? Because I added some elements to a dimension via the Rest Api and now I want to reorder them inside the dimension via Rest Api.

Current Structure:

- TestElement1
- TestElement2
- TestElement3

New Structure:

- TestElement1
- TestElement3
- TestElement2

Does somebody have any experience on this particular case?

Thanks in advance.