RingCentral .Net SDK
Properties | List of all members
RingCentral.ListDirectoryEntriesParameters Class Reference

Query parameters for operation listDirectoryEntries More...

Properties

bool? showFederated [get, set]
 If true then contacts of all accounts in federation are returned. If false then only contacts of the current account are returned, and account section is eliminated in this case Default: true More...
 
string type [get, set]
 Type of an extension. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology Enum: User, Department, Announcement, Voicemail, SharedLinesGroup, PagingOnly, IvrMenu, ParkLocation, Limited, External More...
 
string typeGroup [get, set]
 Type of extension group Enum: User, NonUser More...
 
long? page [get, set]
 Page number Format: int32 Default: 1 More...
 
string perPage [get, set]
 Records count to be returned per one page. It can be either integer or string with the specific keyword values: More...
 
string siteId [get, set]
 Internal identifier of the business site to which extensions belong More...
 

Detailed Description

Query parameters for operation listDirectoryEntries

Property Documentation

◆ page

long? RingCentral.ListDirectoryEntriesParameters.page
getset

Page number Format: int32 Default: 1

◆ perPage

string RingCentral.ListDirectoryEntriesParameters.perPage
getset

Records count to be returned per one page. It can be either integer or string with the specific keyword values:

  • all - all records are returned in one page
  • max - maximum count of records that can be returned in one page Maximum: 2000 Format: int32 Default: 1000 Enum: max, all

◆ showFederated

bool? RingCentral.ListDirectoryEntriesParameters.showFederated
getset

If true then contacts of all accounts in federation are returned. If false then only contacts of the current account are returned, and account section is eliminated in this case Default: true

◆ siteId

string RingCentral.ListDirectoryEntriesParameters.siteId
getset

Internal identifier of the business site to which extensions belong

◆ type

string RingCentral.ListDirectoryEntriesParameters.type
getset

Type of an extension. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology Enum: User, Department, Announcement, Voicemail, SharedLinesGroup, PagingOnly, IvrMenu, ParkLocation, Limited, External

◆ typeGroup

string RingCentral.ListDirectoryEntriesParameters.typeGroup
getset

Type of extension group Enum: User, NonUser


The documentation for this class was generated from the following file: