REST API error when executing view

Post Reply
Max Biddulph
Posts: 2
Joined: Mon Apr 27, 2020 10:59 am
OLAP Product: TM1
Version: 11.6
Excel Version: 2016

REST API error when executing view

Post by Max Biddulph »

Hi all,

I am trying to return a cellset from a view of a cube on TM1.

Following the IBM documentation I'm running the following POST request in Postman.
http://<server>/api/v1/Cubes(<cube>)/Views(<view>)/tm1.execute?$expand=Cells
but am getting the error below with a http 501 status.

"code": "278",
"message": "Addressing array or object typed dynamic properties is not currently supported."

I am able to view column and row dimensions using the native view, but receive that error whenever running tm1.execute. Also just to add I'm not an admin on TM1 and also we are on TM1 11.6

Anyone have any ideas?

Thanks in advance,
Max
kangkc
Community Contributor
Posts: 206
Joined: Fri Oct 17, 2008 2:40 am
OLAP Product: TM1, PA , TMVGate
Version: 2.x
Excel Version: 36x
Location: Singapore
Contact:

Re: REST API error when executing view

Post by kangkc »

It is supposed to be "tm1.Execute"

It is case sensitive :D
Max Biddulph
Posts: 2
Joined: Mon Apr 27, 2020 10:59 am
OLAP Product: TM1
Version: 11.6
Excel Version: 2016

Re: REST API error when executing view

Post by Max Biddulph »

Wow that's embarrassing, thanks! :D
Post Reply