[SOLVED] RESTful API and GETing all history of a pin

Wahoo! Thanks for implementing a RESTful API which makes it nice and easy to get the data out via code in a usable format :slight_smile:
I have managed to get the current pin data using
cloud. blynk. cc:8080/authcode/pin/V4
but when I try to get all history using
cloud. blynk. cc:8080/authcode/data/V4
I get zero records returned.

If I follow the instructions on docs. blynkapi. apiary. io/#reference/0/get-pin-value/get-pin-value, I get an error because of the http://blynk-cloud.com/… address as opposed to http://cloud.blynk.cc:8080/…
I assumed that I could use the same syntax i.e. …/data/… but I don’t get any data back. No error, just no data. How can I get a pin’s history via the API? :confounded: