REST API filter by date

Hi @corinja,

Try it:

{{erpnext.url}}/api/resource/{doctype}?fields=["creation"]&filters=[["creation","=","2024-02-19"]]

References:

I hope this helps.

Thank You!