Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CXoneAgentVoiceContactHistoryRequest

Interface used as a Model for Request JSON sent for Fetching Agent Contact History

returns

returns - Contact History Data on basis of agentId,MediaTypeId,start&end Date

@example
Array<AgentVoiceContactHistoryRequest>

Hierarchy

  • CXoneAgentVoiceContactHistoryRequest

Index

Properties

agentId: string
remarks
  • Agent id
endDate: string
remarks
  • A number as days to dynamically passed to fetch the filtered data between 2 dates.
orderby?: string
remarks
  • Values used to order results before paginating them. Can also specify "asc" or "desc" to specify direction for example "field1 asc,field2 desc,...". Default is asc
skip?: number
remarks
  • Number of records to skip in the results
startDate: string
remarks
  • A string value which represents unique author customeridentity Id on external platform.
top?: number
remarks
  • Number of records to return in the results

Generated using TypeDoc