/restapi/v1.0/account/:accountId/extension/:extensionId/call-log-sync

GET {{baseUrl}}/restapi/v1.0/account/:accountId/extension/:extensionId/call-log-sync?syncType=<string>&syncToken=<string>&dateFrom=<dateTime>&recordCount=<integer>&statusGroup=<string>

Call Log Synchronization

Request Params

KeyDatatypeRequiredDescription
syncTypestringType of synchronization. 'FSync' is a default value
syncTokenstringValue of syncToken property of last sync request response
dateFromstringThe 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
recordCountstringFor 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
statusGroupstringType of calls to be returned. The default value is 'All'