[SOLVED] How to read variable's last update time on ubidots

I am creating a system where i need to compare the current time with last update of any variable time. But I don’t know how to extract the variable’s last update time.
Any help would be much appreciated. Thank You

Greetings, you should implement a GET request and extract the unix timestamp to obtain the last update date. For more information, please refer to our REST API: https://ubidots.com/docs/api/index.html#get-values

All the best

1 Like