Query parameters for operation syncUserCallLog
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] |
| | A syncToken value from the previous sync response (for ISync mode only, mandatory) 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) 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 syncUserCallLog
◆ dateFrom
| string RingCentral.SyncUserCallLogParameters.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.SyncUserCallLogParameters.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) Format: int32
◆ recordingType
| string RingCentral.SyncUserCallLogParameters.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.SyncUserCallLogParameters.showDeleted |
|
getset |
Supported for ISync mode. Indicates that deleted call records should be returned
◆ statusGroup
| string [] RingCentral.SyncUserCallLogParameters.statusGroup |
|
getset |
Type of calls to be returned Enum: Missed, All
◆ syncToken
| string RingCentral.SyncUserCallLogParameters.syncToken |
|
getset |
A syncToken value from the previous sync response (for ISync mode only, mandatory)
◆ syncType
| string RingCentral.SyncUserCallLogParameters.syncType |
|
getset |
Type of call log synchronization request: full or incremental sync Default: FSync Enum: FSync, ISync
◆ view
| string RingCentral.SyncUserCallLogParameters.view |
|
getset |
Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed
◆ withRecording
| bool? RingCentral.SyncUserCallLogParameters.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/SyncUserCallLogParameters.cs