For non data layer backed resources, prefer manual reads or generic actions to retrieve?
I'm going to get the data via Req.
Solution
Depends on the interface you want, you get load and filter and all of that in reads, not necessarily in generic actions. so if it makes sense for you and you can turn the filter into params on the request, I would go with manual read, and if its just a simple call I would go with generic actions
