v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Call Log

Sync User Call Log

Synchronizes the user call log records.

get/restapi/v1.0/account/{accountId}/extension/{extensionId}/call-log-sync

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

extensionIdstring required

Internal identifier of the RingCentral extension/user (can be set to "~" to indicate that the extension associated with current authorization session should be used)

Query parameters

syncType'FSync' | 'ISync'

Type of call log synchronization request: full or incremental sync

Type of call log synchronization request

syncTokenstring

A syncToken value from the previous sync response (for ISync mode only, mandatory)

dateFromstring date-time

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

recordCountinteger

For FSync mode this parameter is mandatory, it limits the number of records to be returned in response.

For ISync mode this parameter specifies the number of records to extend the sync frame with to the past (the maximum number of records is 250)

statusGroupstring[]

Type of calls to be returned

view'Simple' | 'Detailed'

Defines the level of details for returned call records

showDeletedboolean

Supported for ISync mode. Indicates that deleted call records should be returned

withRecordingboolean

Deprecated, replaced with recordingType filter, still supported for compatibility reasons. Indicates if only recorded calls should be returned.

If both withRecording and recordingType parameters are specified, then withRecording is ignored

recordingType'Automatic' | 'OnDemand' | 'All'

Indicates that call records with recordings of particular type should be returned. If omitted, then calls with and without recordings are returned

Response

Successful response

uristring uri required

Link to the list of call log records with sync information