To get a single column value from a single table row, this works:
But it seems very ‘verbose’ … is there a more elegant way of getting a single value from a table?
To get a single column value from a single table row, this works:
But it seems very ‘verbose’ … is there a more elegant way of getting a single value from a table?
You will always get an object, but you can request one specific properties (or property) to be returned:
http://backendless.com/docs/rest/data_working_wih_properties.html