i am unable to insert data into data table using thingworx rest api, please specify the json parameters and url. thanx in advance.
Solved! Go to Solution.
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
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
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