Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.calllog.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ReadCompanyCallRecordParameters queryParams) Returns individual call log record(s) by ID.list()
list
(ReadCompanyCallLogParameters queryParams) Returns call log records filtered by parameters specified.path()
-
Field Details
-
rc
-
parent
-
callRecordId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public CallLogResponse list(ReadCompanyCallLogParameters queryParams) throws RestException, IOException 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- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
public CallLogRecord get(ReadCompanyCallRecordParameters queryParams) throws RestException, IOException 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- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-