Zoho Books TimeSheet API Date Filter Format
I didn't see this documented anywhere and it took me an hour to figure out. In order to filter the time sheet list using:
zohoapis.com/books/v3/projects/timeentries?
You must also send the following parameters in this example:
- filter_by = Date.CustomDate
- from_date = 2024-01-10
- to_date = 2024-02-20
No response is needed. I'm just sharing.