Hi,
Is there a way to filter the results of the JSON Report API to consider only calls over 30s on the query?
For example, if I send the following command to the server using QmStats:
--user [user]:[pass] -i -H "Content-Type: application/json" -X
GET "http://[serverURL:port]/queuemetrics/QmStats/jsonStatsApi.do?
queues=q1
&from=2015-12-01.00:00:00
&to=2015-12-31.23:59:59
&block=OkDO.RiassAllCalls"
The results consider all calls during the specified time period. Is there another parameter that can be used to consider only the calls over a certain duration on the result?