Hi All,
I am making Json API and XMLRPC calls to get values like calls answered per queue, unanswered calls, etc and I have 2 sites as follows:
Site 1: (version 15.02.2)
XMLRPC - Gives correct values when I make a call for one queue. Gives wrong values when I make a call for many queues.
Json API - Gives correct values when I make a call for one queue. Gives wrong values when I make a call for many queues.
Site 2: (version 16.10.6)
XMLRPC - Gives correct values when I make a call for one queue and many queues.
Json API - Gives correct values when I make a call for one queue. Gives wrong values when I make a call for many queues.
How can I get correct values on site 1 when I make one call for many queues using both Json API and XMLRPC?
How can I get correct values on site 2 when I make one call for many queues using Json API PHP?
Thanks.