TokenService.queryTokens Method
        
 Queries tokens in Dundas BI.
 
         
        Parameters
        
            - pageNumber
            
 
            - 
                
Type: Number
(default=0) The page number. Set to 0 for all.
Optional: True 
            - pageSize
            
 
            - 
                
Type: Number
(default=0) the number of results in each page. Set to 0 for all.
Optional: True 
            - orderBy
            
 
            - 
                
Type: Array
ElementType: dundas.token.TokenOrderBy
(optional) The order by options for the result, or null if the ordering doesn't matter. 
            - filters
            
 
            - 
                
Type: Array
ElementType: dundas.token.QueryFilterRule
(optional) The filter options for the result, or null if the filtering doesn't matter.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: Array
        
Element Value: object
        
 A promise object that is resolved when the call is complete.
 if successful, an array of token objects is returned.