Query Zoho HTTP API on Query table

Query Zoho HTTP API on Query table

Hi,
I am having a problem on executing queries on a Query Table using HTTP API.
My code works fine, my query get total o rows in a query table.
The problem:
 - I have one table called "Visits" and a query table based on this one.
When I execute the query using HTTP API (select count(*) ....)  I got the total of rows. But If I add new rows on table "Visits",  and execute new query (on query table) using API, the total of rows is not refreshed. It refresh only when I manually open the query table and execute the query using api again.


Delio Tomaz