Skip to main content
1-Visitor
January 22, 2019
Solved

REST API insert data in data table

  • January 22, 2019
  • 1 reply
  • 2251 views

i am unable to insert data into data table using thingworx rest api, please specify the json parameters and url. thanx in advance.

Best answer by wposner-2

JSON parameters correspond to the input params for the AddDataTableEntries service.  Or you can create your own service with your own specific input params and call the AddDataTableEntreis service.  

 

The URL corresponds to your TWX instance.  Take a look in the TWX docs and you'll get some great info about calling REST APIs.  http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FREST_API%2FThingWorxRESTAPI.html%23

1 reply

wposner-21-VisitorAnswer
1-Visitor
January 22, 2019

JSON parameters correspond to the input params for the AddDataTableEntries service.  Or you can create your own service with your own specific input params and call the AddDataTableEntreis service.  

 

The URL corresponds to your TWX instance.  Take a look in the TWX docs and you'll get some great info about calling REST APIs.  http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FREST_API%2FThingWorxRESTAPI.html%23

Support
February 1, 2019

Hi @aks1.

 

If the response provided by @wposner-2 answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon