Someone might be able to answer on this community, but you will find the most appropriate and skilled developers in the forum at
https://developer.mypurecloud.com------------------------------
George Ganahl CCXP, GCP
Principal Technology Consultant
Genesys
------------------------------
Original Message:
Sent: 08-07-2019 01:46
From: Edward Wu
Subject: Query for queue observations API body
Hi,
I tried to figure out the request body for /api/v2/analytics/queues/observations/query endpoint to find voice interactions of a specific queue that wait time is greater than 25 mins. Can someone help?
Thanks,
{
"filter": {
"type": "and",
"clauses": [
{
"type": "or",
"predicates": [
{
"dimension": "queueId",
"value": "24c3c97d-xxxx-xxxx-xxxx-f633bb9d37c8"
}
]
},
{
"type": "or",
"predicates": [
{
"dimension": "mediaType",
"value": "voice"
}
]
},
{
"type": "or",
"predicates": [
{
"metric": "tWait",
"value": "25",
"range":"gt"
}
]
}
]
}
}
#Integrations
------------------------------
Edward Wu
BANK OF HAWAII
------------------------------