RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Restapi.Account.CallLog.Index Class Reference
Collaboration diagram for RingCentral.Paths.Restapi.Account.CallLog.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (Account.Index parent, string callRecordId=null)
 
string Path (bool withParameter=true)
 
async Task< CallLogResponseList (ReadCompanyCallLogParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns call log records filtered by parameters specified. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-log Rate Limit Group: Heavy App Permission: ReadCallLog User Permission: FullCompanyCallLog More...
 
async Task< CallLogRecordGet (ReadCompanyCallRecordParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns individual call log record(s) by ID. Batch syntax is supported. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-log/{callRecordId} Rate Limit Group: Heavy App Permission: ReadCallLog User Permission: FullCompanyCallLog More...
 

Public Attributes

string callRecordId
 
Account.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

async Task<CallLogRecord> RingCentral.Paths.Restapi.Account.CallLog.Index.Get ( ReadCompanyCallRecordParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns individual call log record(s) by ID. Batch syntax is supported. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-log/{callRecordId} Rate Limit Group: Heavy App Permission: ReadCallLog User Permission: FullCompanyCallLog

◆ List()

async Task<CallLogResponse> RingCentral.Paths.Restapi.Account.CallLog.Index.List ( ReadCompanyCallLogParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns call log records filtered by parameters specified. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-log Rate Limit Group: Heavy App Permission: ReadCallLog User Permission: FullCompanyCallLog


The documentation for this class was generated from the following file: