What I'm wanting to query is for completed conversations .
Can someone show me an example of how to use the conversation filter.
What Im trying to return is completed conversations only!
/api/v2/analytics/conversations/details/query
{
"interval": "2019-05-14T00:00:00/2109-05-15T00:00:00",
"conversationFilters": [
{
"type": "",
"clauses": [
{
"type": "",
"predicates": [
{
"type": "",
"dimension": "",
"propertyType": "",
"property": "",
"metric": "",
"operator": "",
"value": "",
"range": {}
}
]
}
],
"predicates": [
{
"type": "",
"dimension": "",
"propertyType": "",
"property": "",
"metric": "",
"operator": "",
"value": "",
"range": {
"gt": {},
"gte": {},
"lt": {},
"lte": {}
}
}
]
}
]
}