Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DirectoryRequest

Index

Properties

remarks

requested entity array for directory data

limit?: number
remarks

end index for the pagination data, should be greater than 0

mediaType?: number
remarks

media type such as 9 for digital

offset?: number
remarks

start index for the pagination data, should be greater than 0

pollingOptions?: PollingOptions
remarks

polling options to identify if polling is needed or not

searchText?: string
remarks

search string in case for search request, search will happen on fields depending on entity requested. If requested entity is agentList then search will happen based on fields - (firstName, lastName, userName). If requested entity is skillList then search will happen based on field - (skillName). If requested entity is addressBookList then search will happen based on field - (firstName, lastName, mobile, phone, email).

shouldFetchAllAgents?: boolean
remarks

flag to get all agents including logged-in agent as well.

teamId?: string
remarks

teamId to filter agent list

Generated using TypeDoc