Skip to main content
POST
Search by Agent

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Body

application/json

Communication search request payload.

type
enum<string>
required

CALL, EMAIL OR TEXT

Available options:
CALL,
TEXT,
EMAIL,
ALL
Example:

"CALL"

startTime
integer<int64>
required

startTimestamp

Example:

946710000000

endTime
integer<int64>
required

endTimestamp (The maximum time interval for a single query is 24 hours)

Example:

946710000000

offset
integer<int32>

offset default Value 0

Example:

0

limit
integer<int32>

limit default Value 10,max value 1000

Example:

50

teamView
boolean

search team lead's communication, default false

Example:

false

Response

Page of communication entries.

offset
integer<int32>

current offset

Example:

0

limit
integer<int32>

limit

Example:

500

pageData
object[]

page data

hasMore
boolean

has more

Example:

true