Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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.