new FindAPI(Auth)
Create a new Find API
Parameters:
| Name | Type | Description | 
|---|---|---|
Auth | 
            
            AuthAPI | Authorization to the API  | 
        
Methods
- 
    
exec(obj)
 - 
    
    
Execute the find
Parameters:
Name Type Description objObject An object
Properties
Name Type Description requestsArray An array of Request Objects
sortsArray An array of Sort Objects
offsetnumber starting point of records to return
rangenumber how many records should be returned
portalsArray An array of Portal Objects
Returns:
- A promise that resolves with multiple records
 
- Type
 - Promise