Package com.ringcentral.definitions
Class ReadCompanyCallLogParameters
java.lang.Object
com.ringcentral.definitions.ReadCompanyCallLogParameters
Query parameters for operation readCompanyCallLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe beginning of the time range to return call records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z.The end of the time range to return call records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z.String[]
The direction of call records to be included in the result.Short extension number of a user.Indicates the page number to retrieve.Indicates the page size (number of items) Minimum: 1 Format: int32 Default: 100Phone number of a caller/callee in e.164 format without a '+' sign.Indicates that call records with recordings of particular type should be returned.Internal identifier of a call sessionInternal identifier of a telephony sessionString[]
The type of call records to be included in the result.Defines the level of details for returned call records Default: Simple Enum: Simple, DetailedDeprecated, replaced with `recordingType` filter, still supported for compatibility reasons. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextensionNumber
(String extensionNumber) phoneNumber
(String phoneNumber) recordingType
(String recordingType) telephonySessionId
(String telephonySessionId) withRecording
(Boolean withRecording)
-
Field Details
-
extensionNumber
Short extension number of a user. If specified, returns call log for this particular extension only. Cannot be combined with `phoneNumber` filter Example: 101 -
phoneNumber
Phone number of a caller/callee in e.164 format without a '+' sign. If specified, all incoming/outgoing calls from/to this phone number are returned. Example: 12053320032 -
direction
The direction of call records to be included in the result. If omitted, both inbound and outbound calls are returned. Multiple values are supported Enum: Inbound, Outbound -
type
The type of call records to be included in the result. If omitted, all call types are returned. Multiple values are supported Enum: Voice, Fax -
view
Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed -
withRecording
Deprecated, replaced with `recordingType` filter, still supported for compatibility reasons. Indicates if only recorded calls should be returned.If both `withRecording` and `recordingType` parameters are specified, then `withRecording` is ignored
-
recordingType
Indicates that call records with recordings of particular type should be returned. If omitted, then calls with and without recordings are returned Enum: Automatic, OnDemand, All -
dateFrom
The beginning of the time range to return call records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. The default value is `dateTo` minus 24 hours Format: date-time -
dateTo
The end of the time range to return call records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. The default value is current time Format: date-time -
sessionId
Internal identifier of a call session -
telephonySessionId
Internal identifier of a telephony session -
page
Indicates the page number to retrieve. Only positive number values are accepted Minimum: 1 Format: int32 Default: 1 -
perPage
Indicates the page size (number of items) Minimum: 1 Format: int32 Default: 100
-
-
Constructor Details
-
ReadCompanyCallLogParameters
public ReadCompanyCallLogParameters()
-
-
Method Details
-
extensionNumber
-
phoneNumber
-
direction
-
type
-
view
-
withRecording
-
recordingType
-
dateFrom
-
dateTo
-
sessionId
-
telephonySessionId
-
page
-
perPage
-