Hi,
I have a Appery rest service which populates a list and I wish to limit the records returned from the service to only those that have been created in the last 30 days. I am already using criteria in a where clause in the service to limit the list using json. Can you give me an example of how to achieve this please
where clause json:
var D = localStorage.getItem('driver');
return '{ "driver" : "' + D + '"}';
Regards,
Joe