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

Query parameters for operation listExtensionActiveCalls More...

Properties

string[] direction [get, set]
 The direction of call records to be included in the result. If omitted, both inbound and outbound calls are returned. Multiple values are supported Enum: Inbound, Outbound More...
 
string view [get, set]
 Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed More...
 
string[] type [get, set]
 The type of call records to be included in the result. If omitted, all call types are returned. Multiple values are supported Enum: Voice, Fax More...
 
string[] transport [get, set]
 The type of call transport. Multiple values are supported. By default, this filter is disabled Enum: PSTN, VoIP More...
 
string[] conferenceType [get, set]
 Conference call type: RCC or RC Meetings. If not specified, no conference call filter applied Enum: AudioConferencing, Meetings More...
 
long? page [get, set]
 Indicates the page number to retrieve. Only positive number values are allowed Format: int32 Default: 1 More...
 
long? perPage [get, set]
 Indicates the page size (number of items) Format: int32 Default: 100 More...
 

Detailed Description

Query parameters for operation listExtensionActiveCalls

Property Documentation

◆ conferenceType

string [] RingCentral.ListExtensionActiveCallsParameters.conferenceType
getset

Conference call type: RCC or RC Meetings. If not specified, no conference call filter applied Enum: AudioConferencing, Meetings

◆ direction

string [] RingCentral.ListExtensionActiveCallsParameters.direction
getset

The direction of call records to be included in the result. If omitted, both inbound and outbound calls are returned. Multiple values are supported Enum: Inbound, Outbound

◆ page

long? RingCentral.ListExtensionActiveCallsParameters.page
getset

Indicates the page number to retrieve. Only positive number values are allowed Format: int32 Default: 1

◆ perPage

long? RingCentral.ListExtensionActiveCallsParameters.perPage
getset

Indicates the page size (number of items) Format: int32 Default: 100

◆ transport

string [] RingCentral.ListExtensionActiveCallsParameters.transport
getset

The type of call transport. Multiple values are supported. By default, this filter is disabled Enum: PSTN, VoIP

◆ type

string [] RingCentral.ListExtensionActiveCallsParameters.type
getset

The type of call records to be included in the result. If omitted, all call types are returned. Multiple values are supported Enum: Voice, Fax

◆ view

string RingCentral.ListExtensionActiveCallsParameters.view
getset

Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed


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