Skip to main content
4-Participant
June 28, 2023
Solved

How to integrate ReactJS with ThingWorx?

  • June 28, 2023
  • 2 replies
  • 1673 views

I want to integrate ReactJS with ThingWorx

 

 

Best answer by VladimirRosu_116627

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.

 

2 replies

24-Ruby III
June 28, 2023

Take a look here:

19-Tanzanite
July 3, 2023

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.

 

4-Participant
September 11, 2023

Thank you