find( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Returns the query results.

The find() function returns a Promise that resolves to the query results and metadata. The Promise is rejected if find() is called with insufficient permissions or if any of the previous functions used to refine the query are invalid.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<LoyaltyTransactionsQueryResult>
Was this helpful?
Yes
No