Page Contents
Home > @loopback/rest-crud > CrudRestController > find
CrudRestController.find() method
Implementation of the endpoint GET /.
Signature:
find(filter?: Filter<T>): Promise<(T & Relations)[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| filter | [Filter](/doc/en/lb4/apidocs.filter.filter.html)<T> | _(Optional)_ Filter |
Returns:
Promise<(T & Relations)[]>