Hi, everyone
I want to ask about how can get the Inbound/Outbound calls because i see that in the APP Purecloud i can create a detail report with this mark. I have used the next query but the result is empty:
{"interval": "2018-11-18T23:00:00.000Z/2018-11-19T23:00:00.000Z",
"groupBy": ["queueId"],
"metrics": ["tTalkComplete","tTalk","tNotResponding","tIvr","tHeldComplete","tHeld","tHandle","tDialing","tContacting","tAnswered","tAcw","tAcd","tAbandon","nTransferred","nOutboundConnected","nOutboundAttempted","nOutboundAbandoned","nOutbound","nOffered","nConsultTransferred","nConsult","nOutbound"],
"filter" :{
"type": "and",
"predicates":[
{
"type": "dimension",
"dimension" : "queueId",
"operator": "matches",
"value": "10813848-2669-4e28-9b30-e01b95d71f8d",
},
{
"type": "dimension",
"dimension": "direction",
"operator": "matches",
"value": "inbound/outbound",
}
]
},
"granularity":"PT1H",
"flattenMultivaluedDimensions": "true"}
Any suggest? Thanks for your answer