|  | 
| string | extensionNumber  [get, set] | 
|  | Short extension number of a user. If specified, returns call log for this particular extension only. Cannot be combined with phoneNumberfilter Example: 101  More...
 | 
|  | 
| string | phoneNumber  [get, set] | 
|  | 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  More... 
 | 
|  | 
| bool? | showBlocked  [get, set] | 
|  | Indicates then calls from/to blocked numbers are returned Default: true  More... 
 | 
|  | 
| string[] | direction  [get, set] | 
|  | 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  More... 
 | 
|  | 
| string | sessionId  [get, set] | 
|  | Internal identifier of a call session  More... 
 | 
|  | 
| string[] | type  [get, set] | 
|  | 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  More... 
 | 
|  | 
| string[] | transport  [get, set] | 
|  | The type of call transport. Multiple values are supported. By default, this filter is disabled Enum: PSTN, VoIP  More... 
 | 
|  | 
| string | view  [get, set] | 
|  | Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed  More... 
 | 
|  | 
| bool? | withRecording  [get, set] | 
|  | Deprecated, replaced with recordingTypefilter, still supported for compatibility reasons. Indicates if only recorded calls should be returned. If bothwithRecordingandrecordingTypeparameters are specified, thenwithRecordingis ignored  More...
 | 
|  | 
| string | recordingType  [get, set] | 
|  | 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  More... 
 | 
|  | 
| string | dateTo  [get, set] | 
|  | 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  More... 
 | 
|  | 
| string | dateFrom  [get, set] | 
|  | 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 dateTominus 24 hours Format: date-time  More...
 | 
|  | 
| string | telephonySessionId  [get, set] | 
|  | Internal identifier of a telephony session  More... 
 | 
|  | 
| long? | page  [get, set] | 
|  | Indicates the page number to retrieve. Only positive number values are allowed Minimum: 1 Format: int32 Default: 1  More... 
 | 
|  | 
| long? | perPage  [get, set] | 
|  | Indicates the page size (number of items). The default value is 100. The maximum value for Simpleview is 1000, forDetailedview - 250 Minimum: 1 Format: int32 Default: 100  More...
 | 
|  | 
| bool? | showDeleted  [get, set] | 
|  | Indicates that deleted calls records should be returned  More... 
 | 
|  | 
Query parameters for operation readUserCallLog