I am transferring data from ODK to another application through API.
For this I am fetching the instances of an ODK form and then fetching each instance's details.
What I want is to filter the form Instances(InstanceID) based on submission date so that I don't have to loop through all of them.
Pls help.