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 the user's individual call log record(s) by ID(s).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 the user's individual call log record(s) by ID(s). [Bulk syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported: multiple IDs can be specified as a comma-separated list in `{callRecordId}` (up to 50 IDs). A single ID returns HTTP 200 with `application/json`. Multiple IDs return HTTP 207 with `multipart/mixed` (one status part, then one part per record).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
-