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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

how to send multiple values to thingworx property of type infotable using REST API

Navku
13-Aquamarine

how to send multiple values to thingworx property of type infotable using REST API

Hi All,

Please let me know how to send multiple data to properties of infotable type

If we can send please help me with  brief procedure as I have to complete my project fast

Thank You in advance

3 REPLIES 3
dupatel
19-Tanzanite
(To:Navku)

Naveenkumar A​ : Please refer to the existing thread and details to see if this help resolve your query -

Add data to an InfoTable (Data Shape) using REST

Call SetPropertyValues using REST with infotable

-Durgesh

aseaton
7-Bedrock
(To:Navku)

Naveenkumar A​ : I have an example here where i am setting an INFOTABLE property, named: SCHEDULE_TIMES_MW_TABLE, value with many rows:

API Example schedule_times_MW_values short version.PNG

here is the resultant property value:

API Example GEN99 SCHEDULE_TIMES_MW_VALUES RESULT.PNG

So, in your JSON request body you have to define the values that you wish to push into the property and also the datashape definition.

BR,

Andy

slangley
23-Emerald II
(To:aseaton)

Hi @Navku.

 

If one of the previous responses answered your questions, please mark it as the Accepted Solution for the benefit of others who may have the same question.

 

Regards.

 

--Sharon

Top Tags