find( )


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<SubmissionsQueryResult>
Was this helpful?
Yes
No