Hi Team,
Could somebody help me on this, as I want to invoke subsystem services of one ThingWorx in another ThingWorx.
Thanks in advance.
Solved! Go to Solution.
This would be similar to any other service invocation :
POST : /Thingworx/Subsystems/<SubSystemName>/Services/<ServiceName>
You can use Resources["ContentLoaderFunctions"].PostJSON() to invoke this URL from the other TWX instance.
This would be similar to any other service invocation :
POST : /Thingworx/Subsystems/<SubSystemName>/Services/<ServiceName>
You can use Resources["ContentLoaderFunctions"].PostJSON() to invoke this URL from the other TWX instance.