Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.calllog.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
delete
(DeleteUserCallLogParameters queryParams) Deletes filtered call log records.get()
get
(ReadUserCallRecordParameters queryParams) Returns call log records by ID.list()
list
(ReadUserCallLogParameters 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(ReadUserCallLogParameters queryParams) throws RestException, IOException Returns call log records filtered by parameters specified. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/call-log Rate Limit Group: Heavy App Permission: ReadCallLog User Permission: ReadCallLog- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
delete
Deletes filtered call log records. HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/call-log Rate Limit Group: Heavy App Permission: EditCallLog User Permission: EditCallLog- Throws:
RestException
IOException
-
delete
- Throws:
RestException
IOException
-
get
public CallLogRecord get(ReadUserCallRecordParameters queryParams) throws RestException, IOException Returns call log records by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/call-log/{callRecordId} Rate Limit Group: Heavy App Permission: ReadCallLog User Permission: ReadCallLog- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-