I am trying to set up a dashboard type website so i can easily see not only current hourly sales, but also previous days hourly sales.
What is the best way to use the API to get this information?
I was thinking that I could transfer all of the clover data to my own database and then just query the data from that, but I am not sure what the best way to transfer all the transaction data to my system would be.
Or If I could just make an API call and specify the date range that I want that would be great also.