Zoho Books TimeSheet API Date Filter Format

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:
  1. zohoapis.com/books/v3/projects/timeentries?


You must also send the following parameters  in this example: 
  1. filter_by = Date.CustomDate
  2. from_date = 2024-01-10
  3. to_date = 2024-02-20
https://www.zohoapis.com/books/v3/projects/timeentries?filter_by=Date.CustomDate&from_date=2024-01-10&to_date=2024-02-20

No response is needed. I'm just sharing.