Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ListQuery

Index

Properties

Optional pageId

pageId: number

Internal identifier of a page. It can be obtained from the 'nextPageId' parameter passed in response body

Optional perPage

perPage: number

Number of records per page to be returned. The max number of records is 250, which is also the default. For FSync ??? if the number of records exceeds the parameter value (either specified or default), all of the pages can be retrieved in several requests. For ISync ??? if the number of records exceeds the page size, the number of incoming changes to this number is limited

Optional syncToken

syncToken: string

Value of syncToken property of the last sync request response

Optional syncType

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

Type of synchronization. The default value is 'FSync'

Generated using TypeDoc