Filter by date possible

14 views
Skip to first unread message

Pam Minkey

unread,
Jan 24, 2024, 12:39:42 PM1/24/24
to Zengine Development
It is possible to filter a get call by date.  For example, "date/time field" greater than January 1st 2024 12am.

Thanks
Pam

Wes

unread,
Jan 25, 2024, 9:55:57 AM1/25/24
to Zengine Development
Yes, here is the documentation around querying options: https://zenginehq.github.io/developers/rest-api/conventions/querying-options/

You should be able to do something like fetch /forms/123/records?min-created=2024-01-01T00:00:00 or fetch /forms/123/records?min-field456=2024-01-01

Only created and modified have a time part, date fields do not.

Server timezone is UTC. You should be able to pass a timezone in the query options.

Pam Minkey

unread,
Jan 29, 2024, 11:46:37 AM1/29/24
to Zengine Development
Thank you!  
Reply all
Reply to author
Forward
0 new messages