getListData
getListData(set)
Calls the feathersService find method to retrieve list data for a particular set.
Parameters
- set
{Query}:A object that represents the set of data needed to be loaded. The
setobject is passed to the Feathers service'sfindmethod as the query params:.find({query: set}).