Hi Rajnish
If you jump over to the Developer Centre you can use the query builder that's a great help for this type of thing:
https://developer.mypurecloud.com/developer-tools/#/analytics-query-builderIn the meantime though try something like this replace
XXXXXXXXXXXXXXX with your actual Queue IDs)::
{
"filter": {
"type": "and",
"clauses": [
{
"type": "or",
"predicates": [
{
"type": "dimension",
"dimension": "queueId",
"operator": "matches",
"value": "XXXXXXXXXXXXXXX"
},
{
"type": "dimension",
"dimension": "queueId",
"operator": "matches",
"value": "XXXXXXXXXXXXXXX"
}
]
},
{
"type": "and",
"predicates": [
{
"type": "dimension",
"dimension": "mediaType",
"operator": "matches",
"value": "voice"
}
]
}
]
},
"metrics": [
"oWaiting"
]
}
------------------------------
Vaun McCarthy
NTT New Zealand Limited
------------------------------