Category: REST API
-
TM1 Rest API
An alternative interface for accessing and working with data in your IBM Planning Analytics / TM1 system.
-
The TM1 REST API Collection for Postman
The TM1 REST API is a way of accessing data and almost everything else in TM1. With the TM1 REST API you do things that normal TM1 clients cannot do such as:
-
Mastering the TM1 REST API with Postman
Do you want to do more with TM1? Since TM1 10.2, IBM introduced the TM1 REST API which enables you now to do pretty much anything you want with your IBM TM1/Planning Analytics application.
-
What is the TM1 REST API?
The TM1 REST API is a new way of accessing data and everything else in TM1. Rather than being a proprietary API like old TM1 interfaces it is based on web standards making it accessible to a wide range of developers.
-
Enabling the TM1 REST API
The TM1 REST API is not enabled by default, you need to update your tm1s.cfg on your TM1 server with the following parameter:
-
A journey through the TM1 REST API
The TM1 REST APIĀ is a way of accessing data and everything else in TM1.
-
Using $expand and $select with the TM1 REST API
In the previous article we went through some simple GET requests to retrieve a list of cubes and a single cube. We are now going to expand on those examples by using two OData query options: $expand and $select.
-
Drill-Through is now available in the TM1 REST API
One of the best features of TM1 is its ability to drill through a third-party database (e.g. Oracle Financials, SQL and MS Dynamics) from TM1 cubes, TM1 web sheets or MS Excel workbooks. With TM1, you do not to need to know SQL to access data from these databases. From TM1 you can simply on a cell…