Skip to main content
1-Visitor
April 3, 2018
Question

Trouble with connect Arduino to Thingworx Studio

  • April 3, 2018
  • 2 replies
  • 2227 views
Hello!
I have a trial version of ThingWorx Studio installed. I tried to connect Arduino to the ThingWorx platform and create a thing. I wanted to send data of HTTP request to the address https://wcviirqf.studio-trial.thingworx.io.
Does the trial version of ThingWorx Studio REST api support?

2 replies

19-Tanzanite
April 3, 2018
Hi, Trail Thingworx supports REST API method. To access data using REST API, check this http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.0_hc/index.jspx?id=thingworx10&action=show Regards, Velkumar R
5-Regular Member
April 4, 2018

@pavelvani With the Trial Studio instance you get a ThingWorx instance associated with Studio. In your case the ThingWorx instance could be accessed using URL : https://wcviirqf.studio-trial.thingworx.io:8443/Thingworx/

Connecting your Arduino to this ThingWorx URL instance and then make the required REST calls as needed.

 

-Durgesh