sourcefuse / loopback4-starter

Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
MIT License
158 stars 59 forks source link

Question about setting filters on get APIs #26

Closed sherif2011 closed 5 years ago

sherif2011 commented 5 years ago

Hello,

This is more of a question than an issue. Can you provide an example on how to set the filter in get/users api? Is the filter set in the querystring or body? Is this correct? Something like this http://localhost:3000/users?filter={"username":"superadmin"} Thanks!

sherif2011 commented 5 years ago

Please ignore this one!