Type Alias CallLogsGetAccountsCallHistoryResponse
CallLogsGetAccountsCallHistoryResponse: {
call_logs?: {
answer_time?: string;
call_id?: string;
call_result?: string;
call_type?: string;
callee_country_code?: string;
callee_country_iso_code?: string;
callee_device_type?: string;
callee_did_number?: string;
callee_email?: string;
callee_ext_id?: string;
callee_ext_number?: string;
callee_ext_type?: string;
callee_name?: string;
callee_number_type?: string;
caller_country_code?: string;
caller_country_iso_code?: string;
caller_device_type?: string;
caller_did_number?: string;
caller_email?: string;
caller_ext_id?: string;
caller_ext_number?: string;
caller_ext_type?: string;
caller_name?: string;
caller_number_type?: string;
client_code?: string;
connect_type?: string;
cost_center?: string;
department?: string;
direction?: string;
duration?: number;
end_time?: string;
group_id?: string;
id?: string;
international?: boolean;
recording_status?: string;
sbc_id?: string;
sbc_name?: string;
sip_group_id?: string;
sip_group_name?: string;
site_id?: string;
site_name?: string;
spam?: string;
start_time?: string;
}[];
from?: string;
next_page_token?: string;
page_count?: number;
page_size?: number;
to?: string;
total_records?: number;
}