Add data to an InfoTable (Data Shape) using REST
Is it possible to add rows to a things Infotable using REST? if it is can you please provide an example
The URL of the Thing/infotable is
The columns of the table are valueHex, time, signal, station
But if I call:
I get: Invalid Property Value Provided: Unable To Convert From java.lang.String to INFOTABLE
If I use
I get get the error: No Property Value Provided
I'm not sure how to construct a row of the table to add - Any sugestions?
