/restapi/v1.0/account/:accountId/extension/:extensionId/address-book-sync
GET {{baseUrl}}/restapi/v1.0/account/:accountId/extension/:extensionId/address-book-sync?syncType=<string>&syncToken=<string>&perPage=<integer>&pageId=<integer>
Contacts Synchronization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
syncType | string | Type of synchronization. The default value is 'FSync' | |
syncToken | string | Value of syncToken property of the last sync request response | |
perPage | string | 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 | |
pageId | string | Internal identifier of a page. It can be obtained from the 'nextPageId' parameter passed in response body |