Hi
Does anyone know how to include a date range when using the GF REST API search criteria?
For example, look at this taken from the Docs:
https:
//localhost/wp-json/gf/v2/entries?search={"field_filters": [{"key":"date_created","value":"09/10/2019","operator":"is"}]}
Is it possible to change the date created to a range of dates eg 09/10/2019 - 10/11/2019 ?
Thanks in advance,