Communication
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
Search by Agent
Body
application/json
Communication search request payload.
CALL, EMAIL OR TEXT
Available options:
CALL, TEXT, EMAIL, ALL Example:
"CALL"
startTimestamp
Example:
946710000000
endTimestamp (The maximum time interval for a single query is 24 hours)
Example:
946710000000
offset default Value 0
Example:
0
limit default Value 10,max value 1000
Example:
50
search team lead's communication, default false
Example:
false