v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBCommunication
Search by Agent
Returns a page of communication timeline entries for the caller (or the caller's team when teamView=true, requiring ACCESS_ALL_TEAM_LEADS permission), filtered by type and optional time range. The response is a page wrapper with totalCount, offset, limit, and pageData.
post/v1.0/agent/communication
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"type": "CALL",
"startTime": 946710000000,
"endTime": 946710000000,
"limit": 50
}Response
Page of communication entries.
Example response
{
"limit": 500,
"hasMore": true
}