Type Alias CallLogsGetAccountsCallLogsResponse

CallLogsGetAccountsCallLogsResponse: {
    call_logs?: {
        answer_start_time?: string;
        call_end_time?: string;
        call_id?: string;
        call_type?: string;
        callee_country_code?: string;
        callee_country_iso_code?: string;
        callee_did_number?: string;
        callee_name?: string;
        callee_number?: string;
        callee_number_source?: string;
        callee_number_type?: number;
        caller_billing_reference_id?: string;
        caller_country_code?: string;
        caller_country_iso_code?: string;
        caller_did_number?: string;
        caller_name?: string;
        caller_number?: string;
        caller_number_source?: string;
        caller_number_type?: number;
        charge?: string;
        client_code?: string;
        cost_center?: string;
        date_time?: string;
        department?: string;
        device_private_ip?: string;
        device_public_ip?: string;
        direction?: string;
        duration?: number;
        hold_time?: number;
        id?: string;
        owner?: {
            extension_number?: number;
            id?: string;
            name?: string;
            type?: string;
        };
        path?: string;
        rate?: string;
        recording_id?: string;
        recording_type?: string;
        result?: string;
        site?: { id?: string; name?: string };
        user_id?: string;
        waiting_time?: number;
    }[];
    from?: string;
    next_page_token?: string;
    page_count?: number;
    page_size?: number;
    to?: string;
    total_records?: number;
}