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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

REST API insert data in data table

aks1
5-Regular Member

REST API insert data in data table

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

1 ACCEPTED SOLUTION

Accepted Solutions
wposner-2
12-Amethyst
(To:aks1)

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

View solution in original post

2 REPLIES 2
wposner-2
12-Amethyst
(To:aks1)

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

slangley
23-Emerald II
(To:wposner-2)

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

Top Tags