executeRESTRequest by TM1 API
Posted: Mon Nov 09, 2015 11:30 am
Hi, in TM1 API there is a method called executeRESTRequest:
public TM1Val executeRESTRequest(NGRequestMethod requestMethod,java.lang.String resource,java.lang.String jsonParam,java.lang.String contentType,java.lang.String dataType, java.lang.String contents)
Request that I want to execute: http://localhost:9999/api/v1/Processes( ... m1.Execute
I logged via CAMNamespace to server but when i try to execute this method on current server that error occur: NGAPIError
What is the properly semantic for this request ?
public TM1Val executeRESTRequest(NGRequestMethod requestMethod,java.lang.String resource,java.lang.String jsonParam,java.lang.String contentType,java.lang.String dataType, java.lang.String contents)
Request that I want to execute: http://localhost:9999/api/v1/Processes( ... m1.Execute
I logged via CAMNamespace to server but when i try to execute this method on current server that error occur: NGAPIError
What is the properly semantic for this request ?