guruward | 2019-05-14 21:34:09 UTC | #1
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": {} } } ] } ] }
tim.smith | 2019-05-15 20:39:39 UTC | #2
You can use a conversation filter to check for conversationEnd exists.
If you're not already familiar, check out the Developer Tools Analytics Query Builder.
system | 2019-06-15 20:39:41 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 5147