Type Alias CallLogsGetAccountsCallHistoryQueryParams

CallLogsGetAccountsCallHistoryQueryParams: {
    call_results?: string[];
    call_types?: string[];
    connect_types?: string[];
    cost_center?: string;
    department?: string;
    directions?: string[];
    extension_types?: string[];
    from?: string;
    group_ids?: string[];
    keyword?: string;
    next_page_token?: string;
    number_types?: string[];
    page_size?: number;
    recording_status?: string;
    site_ids?: string[];
    time_type?: string;
    to?: string;
}