Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.22 KB

GetAccountCallLogRecordResponse.md

File metadata and controls

21 lines (17 loc) · 1.22 KB

GetAccountCallLogRecordResponse

Properties

Name Type Description Notes
Id string Internal identifier of a cal log record [optional]
Uri string Canonical URI of a call log record [optional]
SessionId string Internal identifier of a call session [optional]
From CallLogCallerInfo [optional]
To CallLogCallerInfo [optional]
Type string Call type [optional]
Direction string Call direction [optional]
Action string Action description of the call operation [optional]
Result string Status description of the call operation [optional]
StartTime time.Time The call start datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z [optional]
Duration int32 Call duration in seconds [optional]
Recording RecordingInfo [optional]

[Back to Model list] [Back to API list] [Back to README]