Solved
How to invoke services of Subsystem using Rest Api call?
Hi Team,
Could somebody help me on this, as I want to invoke subsystem services of one ThingWorx in another ThingWorx.
Thanks in advance.
Hi Team,
Could somebody help me on this, as I want to invoke subsystem services of one ThingWorx in another ThingWorx.
Thanks in advance.
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.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.