Hi,
I am using /api/v2/analytics/users/details/query to calculate on-queue , off-queue averages, minimum and maximum for the agent. There is no aggregate query, which means that I get detailed status information for an x-period of time. The issue is that when you have a very active call center with a thousand agents, to calculate this I end up issuing over 100 API requests to retrieve a period of a day, for example. And every time I need to refresh that value, I need to issue another 100 to 200 API requests. The majority of API requests are required to retrieve the next page in the response (100 records per page and there are sometimes 100 pages in one response!)
- Is there a way to retrieve an aggregated value for the total, max, min, ave on queue, off queue without blowing through API limits?
- When you issue a follow up API request for the next page in the response, does it still count toward the maximum free API quota per month?
#PlatformAPI------------------------------
Amit Abdul
------------------------------