Tm1 REST api - search dimension elements by Attributes Alias
Posted: Tue Sep 04, 2018 7:07 am
Hi Everyone,
Is there any search/filter option available in Tm1 REST api? I would like to search the elements in Dimension as search string "G0*" with respect to alias L01 or L02.
I have found the below,
-- It gives the elements based on the matching alias. But I have to search as '*iab*' so that all matching alias elements should come in response. Any idea?
Thanks.
Is there any search/filter option available in Tm1 REST api? I would like to search the elements in Dimension as search string "G0*" with respect to alias L01 or L02.
I have found the below,
Code: Select all
http://host:8001/api/v1/Dimensions('DimName')/Hierarchies('DimName')/Members('Liabilities')
Thanks.