Class ExtractSyncAccountCallLogParameters

java.lang.Object
com.ringcentral.definitions.ExtractSyncAccountCallLogParameters

public class ExtractSyncAccountCallLogParameters extends Object
Query parameters for operation extractSyncAccountCallLog
  • Field Details

    • syncType

      public String syncType
      Type of call log synchronization request - full or incremental sync Default: FSync Enum: FSync, ISync
    • syncToken

      public String syncToken
      Value of `syncToken` property of the last extract-sync request response. Mandatory for 'ISync' type
    • dateFrom

      public String dateFrom
      Starting datetime for resulting records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. The default value is one hour before the current moment Format: date-time
    • recordCount

      public Long recordCount
      Allowed for `FSync` mode only. It limits the number of records to be returned in response (the maximum number of records is 1000, the default value is 250).

      Actual number of calls could extend the limit in case there are several calls at borderline modification time (millisecond precision). Minimum: 1 Format: int32 Default: 250

    • view

      public String view
      Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed
    • metadataCategory

      public String[] metadataCategory
      Category of metadata to be returned. If omitted, all call records are returned. Multiple values are supported
  • Constructor Details

    • ExtractSyncAccountCallLogParameters

      public ExtractSyncAccountCallLogParameters()
  • Method Details