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<T> |
(Optional) Filter |
Returns:
Promise<(T & Relations)[]>