Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - janabs

Pages: [1]
1
Scripting QueueMetrics / Filter by skills
« on: November 15, 2016, 22:04:55 »
Hi,

Is it possible to filter the JSON Report API by skills? E.g.:

Code: [Select]
curl  --user robot:robot -i -H "Content-Type: application/json"
       -X GET "http://localhost:8084/queuemetrics/QmStats/jsonStatsApi.do?
       queues=q1
       &from=2000-01-01.00:00:00
       &to=2015-01-01.00:00:00
       &block=OkDO.RiassAllCalls
       &block=OkDO.AgentsOnQueues
       &skills=mdc_skill-7>=100"

BR
Jan

Pages: [1]