Query parameters for operation syncAccountCallLog
More...
|
string | syncType [get, set] |
| Type of call log synchronization request: full or incremental sync Default: FSync Enum: FSync, ISync More...
|
|
string | syncToken [get, set] |
| Value of syncToken property of last sync request response. Mandatory parameter for 'ISync' sync type More...
|
|
string | dateFrom [get, set] |
| The start datetime for resulting records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. The default value is the current moment Format: date-time More...
|
|
long? | recordCount [get, set] |
| For FSync mode this parameter is mandatory, it limits the number of records to be returned in response. For ISync mode this parameter specifies the number of records to extend the sync frame with to the past (the maximum number of records is 250) Minimum: 1 Format: int32 More...
|
|
string[] | statusGroup [get, set] |
| Type of calls to be returned Enum: Missed, All More...
|
|
string | view [get, set] |
| Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed More...
|
|
bool? | showDeleted [get, set] |
| Supported for ISync mode. Indicates that deleted call records should be returned More...
|
|
bool? | withRecording [get, set] |
| Deprecated, replaced with recordingType filter, still supported for compatibility reasons. Indicates if only recorded calls should be returned. If both withRecording and recordingType parameters are specified, then withRecording is ignored More...
|
|
string | recordingType [get, set] |
| Indicates that call records with recordings of particular type should be returned. If omitted, then calls with and without recordings are returned Enum: Automatic, OnDemand, All More...
|
|
Query parameters for operation syncAccountCallLog
◆ dateFrom
string RingCentral.SyncAccountCallLogParameters.dateFrom |
|
getset |
The start datetime for resulting records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. The default value is the current moment Format: date-time
◆ recordCount
long? RingCentral.SyncAccountCallLogParameters.recordCount |
|
getset |
For FSync
mode this parameter is mandatory, it limits the number of records to be returned in response. For ISync
mode this parameter specifies the number of records to extend the sync frame with to the past (the maximum number of records is 250) Minimum: 1 Format: int32
◆ recordingType
string RingCentral.SyncAccountCallLogParameters.recordingType |
|
getset |
Indicates that call records with recordings of particular type should be returned. If omitted, then calls with and without recordings are returned Enum: Automatic, OnDemand, All
◆ showDeleted
bool? RingCentral.SyncAccountCallLogParameters.showDeleted |
|
getset |
Supported for ISync
mode. Indicates that deleted call records should be returned
◆ statusGroup
string [] RingCentral.SyncAccountCallLogParameters.statusGroup |
|
getset |
Type of calls to be returned Enum: Missed, All
◆ syncToken
string RingCentral.SyncAccountCallLogParameters.syncToken |
|
getset |
Value of syncToken property of last sync request response. Mandatory parameter for 'ISync' sync type
◆ syncType
string RingCentral.SyncAccountCallLogParameters.syncType |
|
getset |
Type of call log synchronization request: full or incremental sync Default: FSync Enum: FSync, ISync
◆ view
string RingCentral.SyncAccountCallLogParameters.view |
|
getset |
Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed
◆ withRecording
bool? RingCentral.SyncAccountCallLogParameters.withRecording |
|
getset |
Deprecated, replaced with recordingType
filter, still supported for compatibility reasons. Indicates if only recorded calls should be returned. If both withRecording
and recordingType
parameters are specified, then withRecording
is ignored
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/SyncAccountCallLogParameters.cs