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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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