Hi,
For endpoint: /api/v2/analytics/conversations/details/query,
I see that we have operators for filters (such as divisionId
): matches
, exists
, and notExists
.
My requirement is to retrieve all conversations that do not belong to a specific divisionId
. How can I achieve this?
I have one more question: If I use the matches
operator for a specific divisionId
say home
, will it also retrieve conversations that belong to multiple divisionIds
which include home
division?