Date-time range query

Could I get tips on how I could write a where clause to essentially get entries within a certain date-time range?
I don’t know if there’s a codeless block that helps with this.

Ex:
Entries from the last 24 hours (Now - Time <= 24 hours).

Thank You,
Innocent.

It can be done with a where clause. Here’s the doc:
https://backendless.com/docs/rest/data_search_with_dates.html

Make sure to test your where clause in REST Console first (available on the Data screen).

Regards,
Mark

1 Like