Hi Team,
I am trying to call the below api for particular interval. we are getting response with all details which has 350 lines for a single conversation. Is it possible to get only (conversationEnd", conversationId, conversationStart, divisionIds, outboundCampaignId, outboundContactId, outboundContactListId, direction, userId, wrapUpCode , queueid) these values while calling the Api in single conversation response?
API URL : /api/v2/analytics/conversations/details/query
Request : {
"interval": "2023-06-13T10:00:00/2023-06-13T10:30:00",
"order": "desc",
"segmentFilters": [
{
"type": "and",
"predicates": [
{
"type": "dimension",
"dimension": "mediatype",
"operator":"matches",
"value":"voice"
}
]
}
]
}