Can I read data stored in the server?

BLYNK_CONNECTED() {
    Blynk.syncVirtual(V1);
}

BLYNK_WRITE(V1) { 
    counter = param.asInt();
}