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:
RestExceptionIOException
-
list
- Throws:
RestExceptionIOException
-
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:
RestExceptionIOException
-
delete
- Throws:
RestExceptionIOException
-
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:
RestExceptionIOException
-
get
- Throws:
RestExceptionIOException
-