Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryResponse

Hierarchy

  • DirectoryResponse

Index

Properties

addressBookList: { allAddressBookCount?: number; allAddressBookEntries?: AddressBooksEntries[]; data: AddressBooks[]; errorMsg?: string; totalRecords?: number; totalSearchMatchRecords?: number }

Type declaration

  • Optional allAddressBookCount?: number
  • Optional allAddressBookEntries?: AddressBooksEntries[]
  • data: AddressBooks[]
  • Optional errorMsg?: string
  • Optional totalRecords?: number
  • Optional totalSearchMatchRecords?: number
agentList: { allAgentCount?: number; data: AgentStateResponse[]; errorMsg?: string; favoriteAgents?: AgentStateResponse[]; totalRecords?: number; totalSearchMatchRecords?: number }
remarks

totalRecords - Count of total records based on pagination value set(In set of 5) allAgentCount - Count of total records available for agents irrespective of pagination

remarks

totalSearchMatchRecords - Count of total records which matches the search string in the entire data array( without pagination )

Type declaration

  • Optional allAgentCount?: number
  • data: AgentStateResponse[]
  • Optional errorMsg?: string
  • Optional favoriteAgents?: AgentStateResponse[]
  • Optional totalRecords?: number
  • Optional totalSearchMatchRecords?: number
skillList: { allSkillCount?: number; data: SkillEvent[]; errorMsg?: string; totalRecords?: number; totalSearchMatchRecords?: number }

Type declaration

  • Optional allSkillCount?: number
  • data: SkillEvent[]
  • Optional errorMsg?: string
  • Optional totalRecords?: number
  • Optional totalSearchMatchRecords?: number
teamList: { allTeamCount?: number; data: Team[]; errorMsg?: string; totalRecords?: number; totalSearchMatchRecords?: number }
remarks

totalRecords - Count of total records based on pagination value set(In set of 5) allTeamCount - Count of total records available for teams irrespective of pagination

remarks

totalSearchMatchRecords - Count of total records which matches the search string in the entire data array( without pagination )

Type declaration

  • Optional allTeamCount?: number
  • data: Team[]
  • Optional errorMsg?: string
  • Optional totalRecords?: number
  • Optional totalSearchMatchRecords?: number

Generated using TypeDoc