In this lesson we will look at the filters that can be used to retrieve and manipulate the data stored in LoopBack.
We will use Postman to interact with the /Categories
and /Products
endpoints.
Using the URL parameters we will apply at the various filters LoopBack has to offer: include
, order
, where
, fields
, limit
and offset
.
Thanks for your course!