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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to integrate ReactJS with ThingWorx?

moresvishal
4-Participant

How to integrate ReactJS with ThingWorx?

I want to integrate ReactJS with ThingWorx

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

In short: ThingWorx exposes all its data via REST, and you should use that data in ReactJS in the same way as you would consume data from any other REST webservice. We have documentation in our Help Center around REST API. You should use that to familiarize yourself with our REST API.

 

View solution in original post

3 REPLIES 3

Take a look here:

In short: ThingWorx exposes all its data via REST, and you should use that data in ReactJS in the same way as you would consume data from any other REST webservice. We have documentation in our Help Center around REST API. You should use that to familiarize yourself with our REST API.

 

Thank you

Top Tags