ExecuteHttpRequest is a TurboIntegrator function that executes an HTTP request to a server over the web, enabling the retrieval of web pages, data and other resources. Here are a couple of use cases for this function:
Overall, the ExecuteHttpRequest function significantly enhances the integration, automation, and extensibility of TM1, enabling it to be a central part of a larger ecosystem of business applications and services.
Learn how to use the GET and POST methods with ExecuteHttpRequest and supplementary functions HttpResponseGetStatusCode, HttpResponseGetHeader and HttpResponseGetBody.
TurboIntegrator
Version 12
ExecuteHttpRequest(Method, URL, option1, option2, …)