/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
Key | Datatype | Required | Description |
---|---|---|---|
syncType | string | Type of synchronization. 'FSync' is a default value | |
syncToken | string | Value of syncToken property of last sync request response | |
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 | |
recordCount | string | For 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 | |
statusGroup | string | Type of calls to be returned. The default value is 'All' |