rohit | 2024-04-29 14:16:34 UTC | #1
im using /api/v2/analytics/conversations/details/query
to download calls in this we are getting all calls for that one hour duration whihc i passed both completed calls and on going calls. is there any way i pass some thing in api so i only got completed calls not ongoing call for that duration.
SimonBrown | 2024-04-29 16:08:31 UTC | #2
When you form the query include check for conversationEnd Exists The property is only there for completed calls.
/edit eg has
"type": "and", "predicates": [ { "type": "dimension", "dimension": "conversationEnd", "operator": "exists" } ] }
system | 2024-05-30 16:04:00 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: 25970