Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListQuery

Hierarchy

  • ListQuery

Index

Properties

Optional dateFrom

dateFrom: string

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

Optional recordCount

recordCount: number

ForT?FSync the parameter is mandatory, it limits the number of records to be returned in response. For ISync it specifies with how many records to extend sync Frame to the past, the maximum number of records is 250

Optional statusGroup

statusGroup: ("Missed" | "All")[]

Type of calls to be returned. The default value is 'All'

Optional syncToken

syncToken: string

Value of syncToken property of last sync request response

Optional syncType

syncType: ("FSync" | "ISync")[]

Type of synchronization. 'FSync' is a default value

Generated using TypeDoc