How do I correctly execute a service in JavaScript using data with more than one parameter? For example:
myService.execute({ "data" : [{"where": {"_id": myID}, {"limit":listData.limit}, {"skip":listData.skip}]});
This doesn't seem to work, as I am not sure how to format this data name value pair