/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

KeyDatatypeRequiredDescription
syncTypestringType of synchronization. The default value is 'FSync'
syncTokenstringValue of syncToken property of the last sync request response
perPagestringNumber 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
pageIdstringInternal identifier of a page. It can be obtained from the 'nextPageId' parameter passed in response body