cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How to invoke services of Subsystem using Rest Api call?

ranjank
14-Alexandrite

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Top Tags