HI
Is there an API Query To Get Total Offered Calls to all Queues for a specific date?
Thank you.
HI
Is there an API Query To Get Total Offered Calls to all Queues for a specific date?
Thank you.
{
"interval": "2021-09-28T00:00:00/2021-09-29T00:00:00",
"granularity": "P1D",
"timeZone": "UTC",
"metrics": ["nOffered"]
}
Adjust timezone and add any additional groupings or filters as needd.
Thank you!!
What does the below stats mean as in max, count and sum?
"metric": "tAnswered",
"stats": {
"max": 128009,
"count": 9,
"sum": 249473
Thank you.
Max is the highest value a call had in that field, count is how many answers happened and sum is the cumulative duration of all 9 of them.
Thank you this is brilliant! I appreciate it very much.
is max the highest duration value?
When I try run it agains tCallbackComplete I get a 400 bad request:
{
"interval": "2021-09-20T00:00:00/2021-09-21T00:00:00",
"granularity": "P1D",
"timeZone": "UTC",
"metrics": ["tCallbackComplete"]
}
Hello,
I think that the 5 Conversation Aggregate Metrics which are tagged as "Preview" are not available at this stage (i.e. not available/released yet):
nCobrowseSessions, tCallback, tCallbackComplete, tCoaching, tMonitoringComplete
The 400 response body says: "unsupported metric xyz"
Regards,
Hi Jerome,
Thank you, customer care confirmed that these metrics are not available at this time.
Thanks again.
Kind Regards,
is max the highest duration value?
yes, as I understand it max is the highest duration contributing to sum.
Thank you very much.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.