Get all timesheets of all projects of specific date from API

Get all timesheets of all projects of specific date from API

I can get all timesheets of all projects of specific date with this call :
  1. GET /portal/[PORTALID]/projects/[PROJECTID]/logs/
For all getting, this action is called for each project ant do that is not very good...

Does it exist a call which I ignore, as 
  1. GET /portal/[PORTALID]/logs/[DATE]
?