🚀Requests from Consumers
Format
Resource Reducer accepts 2 query params:
_f
_fields
In both formats:
We need to use dot notation to access the relationship's values.
It is not recommended to look up more than 3+ relationship levels.
If that happens, consider splitting them into another endpoint to lower your DB workload.
Request
Let your API consumers (Frontend, Mobile,...) know that you are supporting _f
and _fields
, so they can get enough data from their context
Last updated