Eventhough the Data in KoboToolbox shows 5 submissions for January 19, 2025, 3 submissions on January 18, 2025, and 3 submissions for January 17, 2025. The Query returns zero data when I check for the data on January 18. If I check for data on January 17th, I received those 3 submissions; but the 18th and 19th (today) returned zero.
endpoint = ‘https://eu.kobotoolbox.org/api/v2/assets/SOMEPROJECTID/data/?format=json&query={“$and”: [{“_submission_time”: {“$gte”: “2025-01-18T00:00:01”}},{“_submission_time”: {“$lte”: “2025-01-18T23:59:01”}}]}’
This is the response:
{“count”:0,“next”:null,“previous”:null,“results”:}
When
This was working in December, but somewhere in January it is no longer working. Please help!!