Is there any specific query to filter out callbacks only.
Also Calls without callbacks
Hi Vageesan_Saminathan,
You may be able to accomplish this by contrasting the result from GET /api/v2/conversations/callbacks
against the GET /api/v2/conversations/calls
result
Hi Jacob,
Is there any possibility to filter in the /api/v2/analytics/conversations/details/query
using "segmentFilters" or "conversationFilters"
Kindly advise.
Currently the API resource you mentioned above is only taking conversation Id's separated by commas as a query parameter in the request. As of now I believe the filtering would have to be done on the client side.
If you would like this feature added, you could open a request in the Ideas portal: https://genesyscloud.ideas.aha.io/
Thanks Jacob, I will work on the client side filtering.
@Vageesan_Saminathan
One more note about the query, for a better explanation:
The segmentFilters for this query can be used to include, but not exclude.
Although it's possible to add clauses of type dimension
and filter by mediaType
for all media types except callback
, this will still not guarantee that the response will not contain callback conversations, since a conversation can have more that one media type.
Hopefully this explains more why client-side filtering would be this best solution.
Yes, It explains. We see callbacks for segment filter set to inbound and conversation filter set to inbound.
The segmentFilters for this query can be used to include, but not exclude. is correct
Thanks for the explanation.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.