TM1 Web URL API base URL
Use the base URL as the foundation for building all of your requests with the TM1® Web URL API.
An example of the base URL is shown in the following sample:
http://localhost:9510/tm1web/UrlApi.jsp
You combine the base URL with one or more parameters to make a complete request.
The base URL uses the following format:
http://WebServerName:PortNumber/tm1web/UrlApi.jsp
- WebServerName
- The domain name or IP address of the computer that is hosting the TM1 Web server.
For example, if you are working directly on the computer that is running TM1 Web server, you can use
localhost
for the WebServerName parameter.http://localhost:9510/tm1web/UrlApi.jsp
If the TM1Web server is running on a remote computer, use the name of that system as follows:
http://MyWebServer:9510/tm1web/UrlApi.jsp
http://www.example.com:9510/tm1web
- PortNumber
- The port number for the web application server.
The standard TM1 installation uses a port number of 9510.
- UrlApi.jsp
- The capabilities of the TM1 Web URL API are provided through the UrlApi.jsp file.