Conversation Details - Conference predicate

I use below query to retrieve conversation conference, API does not apply predicate "conference matches true" and return only conferences equal to false.

Is this predicate is working ?

{
"interval": "2022-07-29T22:00:00.000Z/2022-07-30T22:00:00.000Z",
"order": "asc",
"orderBy": "conversationStart",
"paging": {
"pageSize": 25,
"pageNumber": 1
},
"segmentFilters": [
{
"type": "and",
"predicates": [
{
"type": "dimension",
"dimension": "conference",
"operator": "matches",
"value": "true"
}
]
}
]
}

Benjamin

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.