Hi, I know this is possible using the API but it would be nice to know if this is possible in the interactions view.
Perhaps as a filter option. This would allow to only see interactions disconnected by users, for example.
Here is an example query using the Analytics API for calls terminated by clicking the hangup icon:
POST https://api.mypurecloud.com/api/v2/analytics/conversations/details/query
{
"interval": "2019-10-22T05:00:00.000Z/2019-10-23T05:00:00.000Z",
"order": "asc",
"orderBy": "conversationStart",
"paging": {
"pageSize": 25,
"pageNumber": 1
},
"segmentFilters": [
{
"type": "and",
"predicates": [
{
"type": "dimension",
"dimension": "disconnectType",
"operator": "matches",
"value": "client"
}
]
}
]
}
This is the disconnect reasons reference: https://help.mypurecloud.com/articles/disconnect-reasons/
The only similar idea in the product lab is this
https://purecloud.ideas.aha.io/ideas/CLSELF-I-129.
Could we get someone from Genesys give any feedback on this?
------------------------------
Marco Villasenor
Grupo Interastar S.A. de C.V.
------------------------------