Skip to main content
1-Visitor
October 28, 2020
Solved

How to invoke services of Subsystem using Rest Api call?

  • October 28, 2020
  • 1 reply
  • 1301 views

Hi Team,

 

Could somebody help me on this, as I want to invoke subsystem services of one ThingWorx in another ThingWorx.

 

Thanks in advance.

Best answer by smainente

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.

1 reply

smainente16-PearlAnswer
16-Pearl
October 28, 2020

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.